[gstreamer-bugs] [Bug 407282] [decodebin2] autoplug-sort signal has GList ** parameter

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 3 05:00:51 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=407282

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


Tim-Philipp Müller changed:

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




------- Comment #4 from Tim-Philipp Müller  2007-03-03 12:58 UTC -------
Created an attachment (id=83813)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=83813&action=view)
Patch that actually works, even if it is only slightly less ugly than the
original GList ** approach

Unfortunately the above patch doesn't work though, because a _copy_ of the
GValueArray will be passed to the callback. Only way to prevent this is to use
G_TYPE_POINTER again, which defeats half of the purpose of the proposed change
*sigh*.


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




More information about the Gstreamer-bugs mailing list