[Bug 732372] matroskademux: new segment handling regression

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 1 06:05:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732372
  GStreamer | gst-plugins-good | 1.x

--- Comment #11 from Nicola <lists at svrinformatica.it> 2014-07-01 13:05:00 UTC ---
I think Vincent has this patch locally,

with actual git master and 1.x if you remux the file you'll get a 25 seconds
file (in 0.10 a 50 seconds file) 

if you play the file with 1.0 you'll see less frame than with 0.10,

for example using this pipeline:

gst-launch-1.0 filesrc location= /tmp/bug_mkv10.mkv ! matroskademux !
avdec_h264 ! xvimagesink

you can observe the video timestamp overlay that print:

01:37:39
01:37:40
01:37:41
01:37:42
01:37:43
...
... really quick play
...
01:37:49

in 0.10 you'll see:

01:37:42
01:37:43
... gap
01:37:45
01:37:46
01:37:47
01:37:48

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list