[gstreamer-bugs] [Bug 582679] MPEGTS demuxer struggles with M2TS file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat May 16 01:40:23 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=582679

  GStreamer | gst-plugins-bad | Ver: 0.10.x




------- Comment #5 from Jan Schmidt  2009-05-16 08:40 UTC -------
I realised last night that I should have used this pipeline for testing:

gst-launch filesrc location=test.MTS ! mpegtsdemux ! queue ! ffdec_h264 ! queue
max-size-buffers=3 ! xvimagesink

The extra queue between the decoder and the sink is important for allowing the
decoder to get as many frames as possible decoded.

With that pipeline, I see it decoding a lot more, but it's not correct -
there's corruption in the output video. ffdemux_mpegts doesn't have the same
corruption. Adding h264parse in front of ffdec_h264 doesn't help.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=582679.




More information about the Gstreamer-bugs mailing list