[gstreamer-bugs] [Bug 503733] New: PATCH: stop gst-inspect --print-all from crashing when gst-ffmpeg is installed

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Dec 15 02:52: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=503733

  GStreamer | gst-ffmpeg | Ver: 0.10.5
           Summary: PATCH: stop gst-inspect --print-all from crashing when
                    gst-ffmpeg is installed
           Product: GStreamer
           Version: 0.10.5
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: j.w.r.degoede at hhs.nl
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


There is a small bug in gst-ffmpeg, which causes gst-inspect --print-all to
crash when gst-ffmpeg is installed, this fixes this:
--- gst-ffmpeg-0.10.2/ext/ffmpeg/gstffmpegcfg.c~        2007-10-10 15:16:29.000
+++ gst-ffmpeg-0.10.2/ext/ffmpeg/gstffmpegcfg.c 2007-10-10 15:16:29.000000000 +
@@ -242,6 +242,7 @@ gst_ffmpeg_pred_method_get_type (void)
       {FF_PRED_LEFT, "Left", "left"},
       {FF_PRED_PLANE, "Plane", "plane"},
       {FF_PRED_MEDIAN, "Median", "median"},
+      { 0, NULL, NULL }
     };

     ffmpeg_pred_method =


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




More information about the Gstreamer-bugs mailing list