[gstreamer-bugs] [Bug 470456] New: [API] add gst_missing_*_installer_detail_new()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Aug 26 08:05:39 PDT 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=470456

  GStreamer | gst-plugins-base | Ver: HEAD CVS
           Summary: [API] add gst_missing_*_installer_detail_new()
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In Thoggen I know exactly what desirable plugins are missing (e.g.
ffdeinterlace) and want to call the external installer to have them installed. 
With the current API I need to first create a dummy GstElement, then a dummy
GstMessage, then get the installer detail string from the message, then unref
message and element and then call the installer with the installer detail
string retrieved.

This would be much easier if we could create installer detail strings directly,
ie:

gchar * gst_missing_uri_source_installer_detail_new (const gchar * protocol);

gchar * gst_missing_uri_sink_installer_detail_new (const gchar * protocol);

gchar * gst_missing_element_installer_detail_new (const gchar * factory_name);

gchar * gst_missing_decoder_installer_detail_new (const GstCaps * decode_caps);

gchar * gst_missing_encoder_installer_detail_new (const GstCaps * encode_caps);

The attached patch adds API, documentation and unit tests for that.


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




More information about the Gstreamer-bugs mailing list