[Bug 618153] [mpegtsdemux] Video is blank (gray)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 12 04:28:21 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=618153
  GStreamer | gst-plugins-bad | git

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #9 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-12 11:28:18 UTC ---
With current mpegtsdemux:

This plays the video (modulo some corruption):

gst-launch filesrc location=~/Samples/out.ts ! mpegtsdemux ! mpeg4videoparse !
ffdec_mpeg4 ! cogcolorspace ! xvimages

This (the same pipeline except omitting mpeg4ideoparse) shows gray:

gst-launch filesrc location=~/Samples/out.ts ! mpegtsdemux ! ffdec_mpeg4 !
cogcolorspace ! xvimagesink

In the second pipeline, the ffmpeg decoder complains about missing headers, so
they're presumably reconstructed/fixed by mpeg4videoparse.

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