[gstreamer-bugs] [Bug 634402] [gst-ffmpeg] timestamp problems with h.264 transportstreams?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 10 03:28:12 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=634402
  GStreamer | gst-ffmpeg | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #5 from Wim Taymans <wim.taymans at gmail.com> 2010-11-10 11:28:05 UTC ---
Works fine here with playbin2. Your pipeline doesn't work so well because it
does not separate synchronisation from decoding. You need to insert a small
queue (3 buffers) between the sink and the decoder, like this:

gst-launch-0.10 filesrc location=testfile.ts ! mpegtsdemux ! ffdec_h264 ! queue
max-size-buffers=3 max-size-time=0 max-size-bytes=0 ! xvimagesink

-- 
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