GNOME Bugzilla – Bug 403963
GstAudioFilter base class broken
Last modified: 2007-02-03 23:35:13 UTC
+++ This bug was initially created as a clone of Bug #403572 +++ GstAudioFilter is completely broken. Looks like it's never really been ported to 0.10 ..
gee, that helps! :)
2007-02-03 Tim-Philipp Müller <tim at centricular dot net> * docs/libs/gst-plugins-base-libs-sections.txt: * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type), (gst_audio_filter_class_init), (gst_audio_filter_init), (gst_audio_filter_set_caps), (gst_audio_filter_class_add_pad_templates): * gst-libs/gst/audio/gstaudiofilter.h: Port GstAudioFilter to 0.10. This change technically breaks API and ABI (and thus also every library developer's heart), but seems justifiable on the grounds that the base class was completely unusable before (ie. would crash immediately when actually used). Fixes #403963 (and eventually also #403572). Also document all of this a bit.