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 403963 - GstAudioFilter base class broken
GstAudioFilter base class broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on: 403572
Blocks:
 
 
Reported: 2007-02-03 15:42 UTC by Tim-Philipp Müller
Modified: 2007-02-03 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2007-02-03 15:42:56 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 ..
Comment 1 Wim Taymans 2007-02-03 19:50:33 UTC
gee, that helps! :)
Comment 2 Tim-Philipp Müller 2007-02-03 23:35:13 UTC
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.