[gstreamer-bugs] [Bug 584209] New: Elementgen doesn't handle missing plugins

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 29 08:01:30 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=584209

  GStreamer | gst-sharp | Ver: git
           Summary: Elementgen doesn't handle missing plugins
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-sharp
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mkbosmans at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
Some of the GStreamer elements are missing on Windows, like xvimagesink, fdsink
and fdsrc. If an element can't be found the build should just continue, but
without generating the bindings for that plugin.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
The solution is twofold.

gst-xmlinspect gives an error if the plugin is not found, which interrupts the
build process. So even if the plugin is not found, exit with 0.

The inspect/plugin.raw files for missing plugins are empty, which causes XML
error for element-gen. The error message should go to stderr, so that it
doesn't end up in the generated .cs file.


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




More information about the Gstreamer-bugs mailing list