After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 566837 - gst_cdda_base_src_mode_get_type() is not public from <gst/cdda/gstcddabasesrc.h>
gst_cdda_base_src_mode_get_type() is not public from <gst/cdda/gstcddabasesrc.h>
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-06 22:24 UTC by José Alburquerque
Modified: 2009-01-07 10:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
cdda-get-type.diff (5.96 KB, patch)
2009-01-07 08:58 UTC, Sebastian Dröge (slomo)
none Details | Review

Description José Alburquerque 2009-01-06 22:24:50 UTC
Please.  This is needed to wrap GstCddaBaseSrc property "mode" in the C++ bindings.  Thanks.
Comment 1 Sebastian Dröge (slomo) 2009-01-07 08:58:02 UTC
Created attachment 125907 [details] [review]
cdda-get-type.diff
Comment 2 Jan Schmidt 2009-01-07 10:42:30 UTC
Seems OK to me, except that that patch has ALSA stuff that you didn't intend to include.
Comment 3 Sebastian Dröge (slomo) 2009-01-07 10:50:46 UTC
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.