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 564200 - GstBaseAudioSink should register its enums and have corresponding *_get_type() functions
GstBaseAudioSink should register its enums and have corresponding *_get_type(...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-12 01:30 UTC by José Alburquerque
Modified: 2008-12-13 06:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description José Alburquerque 2008-12-12 01:30:46 UTC
I hate to file a bug if it means more to do for you guys, but would it be possible to have GstBaseAudioSink register its enums with the GType system and have corresponding *_get_type() functions for them?  This is needed so that this base class can be wrapped in the C++ bindings.  Thanks.
Comment 1 José Alburquerque 2008-12-12 01:37:59 UTC
It's only got one enum.  Sorry.
Comment 2 Sebastian Dröge (slomo) 2008-12-13 06:56:46 UTC
2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	* gst-libs/gst/audio/gstbaseaudiosink.c:
	(gst_base_audio_sink_slave_method_get_type),
	(gst_base_audio_sink_class_init):
	* gst-libs/gst/audio/gstbaseaudiosink.h:
	* gst-libs/gst/audio/gstbaseaudiosrc.c:
	(gst_base_audio_src_slave_method_get_type),
	(gst_base_audio_src_class_init):
	* gst-libs/gst/audio/gstbaseaudiosrc.h:
	API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
	public API. This is needed for the C++ bindings to be able
	to use this base classes. Fixes bug #564200, #564206.