After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517588 - [avidemux] Allow seeking in push mode
[avidemux] Allow seeking in push mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 579844 581955 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-02-20 01:44 UTC by Bastien Nocera
Modified: 2010-03-10 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-02-20 01:44:41 UTC
The fix for bug 354590 causes some problems in totem:
$ totem http://video.stage6.com/1006708/.divx
will crash when we try to seek as we don't have the full-length of the file available to us.
Comment 1 Sebastian Dröge (slomo) 2008-02-20 07:19:54 UTC
You use gnome-vfs with that patch and can seek on that file? That's interesting, my gnome-vfs doesn't allow seeking at all on that file but on others it works fine.

Do you have any changes to gnomevfssrc?
Comment 2 Sebastian Dröge (slomo) 2008-02-20 07:20:41 UTC
I have no idea why it doesn't allow seeking though, basesrc thinks it is seekable. How do you detect this in totem and decide whether to make it possible to use the slider or not?
Comment 3 Tim-Philipp Müller 2008-02-20 10:07:53 UTC
As I said on IRC, avidemux only implements the seeking query in CVS/prerelease, that's why it allows seeking when operating in push mode even though it doesn't actually support it. Why it crashes I don't know though, a stack trace would be helpful
Comment 4 Bastien Nocera 2008-02-20 11:19:37 UTC
I can't reproduce the crash anymore, as the seekable status is correct with a newer gst-plugins-good. The only thing missing is actually allowing seeking in avidemux in push mode.
Comment 5 Edward Hervey 2008-12-03 10:18:12 UTC
Is this bug still valid ?? The url in the initial report isn't valid anymore.
Comment 6 Bastien Nocera 2008-12-11 11:21:58 UTC
Here's another URL to test with:
http://samples.mplayerhq.hu/avi/processor_burning.avi

Seeking doesn't work there either.
Comment 7 Tim-Philipp Müller 2009-04-22 15:40:08 UTC
*** Bug 579844 has been marked as a duplicate of this bug. ***
Comment 8 Tobias Mueller 2010-01-06 23:00:32 UTC
*** Bug 581955 has been marked as a duplicate of this bug. ***
Comment 9 Mark Nauwelaerts 2010-03-10 10:49:49 UTC
Recent series of commits to avidemux have arranged for seeking in push mode.