[gstreamer-bugs] [Bug 498715] GStreamer fails to decode MPEG1 Video RTP streams when gst-ffmpeg is installed

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 21 04:09:37 PST 2007


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

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

Dario Gallucci changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dario.gallucci at gmail.com
          Component|gst-ffmpeg                  |gst-plugins-good
            Version|0.10.2                      |0.10.x




------- Comment #1 from Dario Gallucci  2007-11-21 12:09 UTC -------
I've worked a bit on it and found the bug.
The problem is located in gst-plugins-good, gst/rtp/gstrtpmpvdepay.c.
mpegversion is not defined in the static caps.

Changing:
GST_STATIC_CAPS ("video/mpeg, systemstream = (boolean) FALSE")
to:
GST_STATIC_CAPS ("video/mpeg, mpegversion = (int) 2, systemstream = (boolean)
FALSE")

Solves the problem.


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




More information about the Gstreamer-bugs mailing list