[gstreamer-bugs] [Bug 632222] New: [mpegvideoparse] missing timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 15 07:52:56 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=632222
GStreamer | gst-plugins-bad | 0.10.x
Summary: [mpegvideoparse] missing timestamps
Classification: Desktop
Product: GStreamer
Version: 0.10.x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: thijsvermeir at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
mpegvideoparse is missing timestamps on mpeg frames. This is needed if you want
to send this unstamped mpeg2 streams via rtp. (rtp timing goes corrupt)
Attached file can be used to demonstrate this problem. Decoders can succesfully
decode (and timestamp) this stream, so all necesary information is available.
gst-launch filesrc location=mpegvideoparse.mpeg ! mpegvideoparse ! fakesink -v
| grep chain | sed 's/^.* (\([0-9]*.*\), d.*$/\1/'
86 bytes, timestamp: none
41622 bytes, timestamp: 0:00:00.000000000
41709 bytes, timestamp: none
41708 bytes, timestamp: none
41708 bytes, timestamp: none
41708 bytes, timestamp: none
86 bytes, timestamp: none
41623 bytes, timestamp: none
41708 bytes, timestamp: none
41708 bytes, timestamp: none
41708 bytes, timestamp: none
41709 bytes, timestamp: none
86 bytes, timestamp: none
gst-launch filesrc location=mpegvideoparse.mpeg ! mpegvideoparse ! mpeg2dec !
fakesink -v | grep chain | sed 's/^.* (\([0-9]*.*\), d.*$/\1/'
518400 bytes, timestamp: 0:00:00.000000000
518400 bytes, timestamp: 0:00:00.033366666
518400 bytes, timestamp: 0:00:00.066733332
518400 bytes, timestamp: 0:00:00.100099998
518400 bytes, timestamp: 0:00:00.133466664
518400 bytes, timestamp: 0:00:00.166833330
518400 bytes, timestamp: 0:00:00.200199996
518400 bytes, timestamp: 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