[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
Tue Jan 9 05:35:59 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


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79304|0                           |1
        is obsolete|                            |




------- Comment #9 from Tim-Philipp Müller  2007-01-09 13:34 UTC -------
Created an attachment (id=79847)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=79847&action=view)
updated patch with the suggested changes

Changes:

 - no more gst_element_post_missing_*_message() API in order to avoid
   problems with auto-generated bindings.

 - instead add gst_missing_*_message_new() API, the plugin
   then has to post the message itself (note that contrary to
   comment #7 the message creation functions take two arguments,
   with the GstElement posting the message as first argument, just
   like gst_message_new_element().

 - fixed includes to be <gst/utils/foo.h> instead of "gst/utils/foo.h"

 - fixed includes not to force inclusion of <gst/utils/base-utils.h>

 - includes all the bits to generate a section in the documentation for this

 - include path stays <gst/utils/*h>, library name stays libgstbaseutils-0.10


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




More information about the Gstreamer-bugs mailing list