[gstreamer-bugs] [Bug 392393] [API] add libgstbaseutils library for missing plugins messages and unified descriptions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 8 10:24:24 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=392393

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #7 from Tim-Philipp Müller  2007-01-08 18:22 UTC -------
Suggestions to replace the gst_element_post() stuff in missing-plugins.h with:

1)

GstMessage * gst_missing_plugin_message_new_uri_source (const gchar * proto)
GstMessage * gst_missing_plugin_message_new_uri_sink (const gchar * proto)
GstMessage * gst_missing_plugin_message_new_element (const gchar *
factory_name)
GstMessage * gst_missing_plugin_message_new_decoder (const GstCaps * caps)
GstMessage * gst_missing_plugin_message_new_encoder (const GstCaps * caps)

2)

GstMessage * gst_missing_uri_source_message_new (const gchar * proto)
GstMessage * gst_missing_uri_sink_message_new (const gchar * proto)
GstMessage * gst_missing_element_message_new (const gchar * factory_name)
GstMessage * gst_missing_decoder_message_new (const GstCaps * caps)
GstMessage * gst_missing_encoder_message_new (const GstCaps * caps)


1) seems more consistent with the API in gst/gstmessage.h to me.

Opinions?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list