[Gstreamer-bugs] [Bug 119206] Changed - mp1videoparse plugin doesnt perform its core function

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Jan 20 07:16:59 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=119206

Changed by rbultje at ronald.bitfreak.net.

--- shadow/119206	Tue Aug  5 16:50:54 2003
+++ shadow/119206.tmp.9898	Tue Jan 20 10:16:59 2004
@@ -5,15 +5,30 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
-AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+AssignedTo: rbultje at ronald.bitfreak.net                            
 ReportedBy: zak147 at yahoo.com               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: HEAD
 URL: 
 Summary: mp1videoparse plugin doesnt perform its core function
 
 mp1videoparse is unable to do its main function: provide proper timestamps
 on the buffers.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2004-01-20 10:16 -------
+I'm working on this right now, so... What did you have in mind? MPEG
+has three ways of providing timestamps:
+
+* using mux_rate (very rough) in the demuxer
+* using PTS, in the demuxer (the five bytes before the actual video
+packet)
+* using the time_code in the video packet. This is actually meant for
+display only, not for actual reading, if I understand the specs
+correctly. However, it's the only one that works without needing the
+demuxer.
+
+I prefer (2) if there's a demuxer involved, but (3) if there's no
+demuxer involved, obviously.




More information about the Gstreamer-bugs mailing list