[gstreamer-bugs] [Bug 571832] New: expose GstPluginFeature::plugin_name

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Feb 15 06:34:58 PST 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=571832

  GStreamer | gstreamer (core) | Ver: git
           Summary: expose GstPluginFeature::plugin_name
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


struct _GstPluginFeature has a member plugin_name which is marked as private.
Imho thats the only way to get from a plugin feature back to the plugin. I
would like to make it public either via,

1.) mark it as public (people already access the field anyway)
2.) add const gchar* gst_plugin_feature_get_plugin_name(GstPluginFeature*)
3.) add gobject properties for rank,name and plugin-name (plugin-name will be
read-only).

Any opinions?


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




More information about the Gstreamer-bugs mailing list