[Bug 757961] baseparse: do not overwrite header buffer timestamps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Nov 17 03:16:47 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757961
--- Comment #14 from Nicola <lists at svrinformatica.it> ---
please download the file here:
http://195.250.34.59/temp/2015_11_17_09_52_03_432.mkv
and try this pipeline:
gst-launch-1.0 -v filesrc location=/tmp/2015_11_17_09_52_03_432.mkv !
matroskademux ! h264parse ! fakesink silent=false
you have something like this for the first frame:
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = chain *******
(fakesink0:sink) (16981 bytes, dts: none, pts: none, duration: none, offset: 0,
offset_end: -1, flags: 00000440 discont header ) 0x7f6084013b30
if you revert the changes you get this:
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = chain *******
(fakesink0:sink) (16981 bytes, dts: 24:43:55.673000000, pts:
24:43:55.673000000, duration: none, offset: 0, offset_end: -1, flags: 00000440
discont header ) 0x7fdb58013aa0
please fix,
thanks
Nicola
--
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