GNOME Bugzilla – Bug 566837
gst_cdda_base_src_mode_get_type() is not public from <gst/cdda/gstcddabasesrc.h>
Last modified: 2009-01-07 10:50:46 UTC
Please. This is needed to wrap GstCddaBaseSrc property "mode" in the C++ bindings. Thanks.
Created attachment 125907 [details] [review] cdda-get-type.diff
Seems OK to me, except that that patch has ALSA stuff that you didn't intend to include.
2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst-libs/gst/cdda/gstcddabasesrc.c: * gst-libs/gst/cdda/gstcddabasesrc.h: Make the GType of GstCDDABaseSrcMove public for bindings. Fixes bug #566837.