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 690485 - matroska file can't step/play backward
matroska file can't step/play backward
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-19 10:23 UTC by Levente Farkas
Modified: 2013-08-22 08:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Levente Farkas 2012-12-19 10:23:50 UTC
if i create a matroska file with h264 encoded video stream than it can be step/played backward, but if i put an xvid encoded stream into it then after 1-2 frame i got:

** (unknown:31610): CRITICAL **: gst_matroska_demux_seek_to_previous_keyframe: assertion `demux->seek_index' failed

if i do the same with a file which is not already closed than it play a few frame backward until the first I-frame, but then gives this error even if a h264 video was in the stream:

** (unknown:7934): CRITICAL **: gst_matroska_demux_seek_to_previous_keyframe: assertion `demux->seek_index' failed PAUSED
Comment 1 Sebastian Dröge (slomo) 2013-08-21 19:54:38 UTC
Is this still a problem with latest git master? Can you provide a sample file in that case?
Comment 2 Levente Farkas 2013-08-21 20:41:26 UTC
we still use 0.10 until enterprise linux will support 1.0 (ie newer glib2).
Comment 3 Sebastian Dröge (slomo) 2013-08-22 08:26:55 UTC
Ok, let's close it then. If it's still existing I'm sure someone else will report it again.