[gstreamer-bugs] [Bug 518932] Facilitating wrapping of GstSegment by glibmm

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 26 16:38:57 PST 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=518932

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #3 from José Alburquerque  2008-02-27 00:38 UTC -------
Thanks.  Um...This, as in bug #518934, has to do with how glibmm automatically
works with some types.  It assumes that a boxed typed will have a single
parameter copy() function named after the type in lowercase with underscores
between the words (for example gst_segment_copy() in the case of GstSegment)
and use that to generate C++ constructors.  glibmm lets you specify the
function name in the *.hg file so your suggestion almost worked, but processing
failed because g_boxed_copy() uses two arguments. :-)

Would the new patch be better accepted?  Thanks.


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




More information about the Gstreamer-bugs mailing list