[Bug 632222] [mpegvideoparse] missing timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 13 06:49:16 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=632222
GStreamer | gst-plugins-bad | unspecified
--- Comment #21 from Jason Pinto <raju.babannavar at gmail.com> 2013-06-13 13:49:13 UTC ---
(In reply to comment #20)
> or you could just set "silent=False" on fakesink ...
It worked. Thanks Edward. The bug still exist in gstreaemr-1.0.4 version. Here
are the results.
gst-launch-1.0 filesrc location=/root/Raju/long_duration/mpegvideoparse.mpeg !
mpegvideoparse ! fakesink silent=false -v | grep chain | sed 's/^.*
(\([0-9]*.*\), d.*$/\1/'
41708 bytes, dts: 0:00:00.000000000, pts: 0:00:00.000000000
41709 bytes, dts: 0:00:00.033366666, pts: none
41708 bytes, dts: 0:00:00.066733332, pts: none
41708 bytes, dts: 0:00:00.100099998, pts: none
41708 bytes, dts: 0:00:00.133466664, pts: none
41709 bytes, dts: 0:00:00.166833330, pts: none
41708 bytes, dts: 0:00:00.200199996, pts: none
41708 bytes, dts: 0:00:00.233566662, pts: none
41708 bytes, dts: 0:00:00.266933328, pts: none
41709 bytes, dts: 0:00:00.300299994, pts: none
86 bytes, dts: 0:00:00.333666660, pts: none
gst-launch-1.0 filesrc location=/root/Raju/long_duration/mpegvideoparse.mpeg !
mpegvideoparse ! avdec_mpeg2video ! fakesink silent=false -v | grep chain | sed
's/^.* (\([0-9]*.*\), d.*$/\1/'
518400 bytes, dts: 0:00:00.000000000, pts: 0:00:00.000000000
518400 bytes, dts: 0:00:00.033366666, pts: 0:00:00.033366666
518400 bytes, dts: 0:00:00.066733332, pts: 0:00:00.066733332
518400 bytes, dts: 0:00:00.100099998, pts: 0:00:00.100099998
518400 bytes, dts: 0:00:00.133466664, pts: 0:00:00.133466664
518400 bytes, dts: 0:00:00.166833330, pts: 0:00:00.166833330
518400 bytes, dts: 0:00:00.200199996, pts: 0:00:00.200199996
518400 bytes, dts: 0:00:00.233566662, pts: 0:00:00.233566662
518400 bytes, dts: 0:00:00.233566662, pts: 0:00:00.233566662
518400 bytes, dts: 0:00:00.233566662, pts: 0:00:00.233566662
--
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