[gstreamer-bugs] [Bug 539805] gst_bin_new() does something other than call g_object_new()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 23 22:55:08 PDT 2008


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=539805

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #3 from Sebastian Dröge  2008-06-24 05:55 UTC -------
gst_bin_new() is just a convinience function that calls
gst_element_factory_make(). Your bindings should use gst_element_factory_make()
to get instances of GstElement subclasses and not g_object_new().

As such I'm closing this bug as NOTABUG now, just ignore gst_bin_new() in your
bindings and write a custom constructor that calls gst_element_factory_make().


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




More information about the Gstreamer-bugs mailing list