[gstreamer-bugs] [Bug 578926] New: decodebin/decodebin2 should insert mpeg4videoparse

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 14 05:45:10 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=578926

  GStreamer | gst-plugins-base | Ver: 0.10.21
           Summary: decodebin/decodebin2 should insert mpeg4videoparse
           Product: GStreamer
           Version: 0.10.21
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: arnout at mind.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


When I view an MPEG4 stream from a Sony camera with playbin or playbin2 (or
decodebin or decodebin2), the decoded stream is weird.  It looks like only the
top row or so of macroblocks is really decoded, and the rest only has
differential info (probably the I-frames aren't detected).  I get the same
effect with a manually constructed pipeline:

 souphttpsrc location=... ! ffdec_mpeg4 ! autovideosink

Inserting an mpeg4videoparse solves this:

 souphttpsrc location=... ! mpeg4videoparse ! ffdec_mpeg4 ! autovideosink


This is using -base 0.10.21, -bad 0.10.9 and -ffmpeg 0.10.4.


-- 
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=578926.




More information about the Gstreamer-bugs mailing list