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 346853 - [PATCH] ported gstfilter elements to 0.10
[PATCH] ported gstfilter elements to 0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-07 09:06 UTC by Mathis Hofer
Modified: 2006-07-10 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch of modifications for GStreamer 0.10 (64.25 KB, patch)
2006-07-07 09:07 UTC, Mathis Hofer
committed Details | Review

Description Mathis Hofer 2006-07-07 09:06:26 UTC
Ported the gstfilter plugin to GStreamer 0.10. It contains the elements lpwsinc, bpwsinc and iir.

The implementation still bases on the dspguide.com example and needs to be optimized. The controller stuff is not yet fully implemented and tested.
Comment 1 Mathis Hofer 2006-07-07 09:07:28 UTC
Created attachment 68541 [details] [review]
Patch of modifications for GStreamer 0.10
Comment 2 Wim Taymans 2006-07-10 14:42:43 UTC
Thanks a lot!


        Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>

        * configure.ac:
        * gst/filter/Makefile.am:
        * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
        (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
        (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
        (bpwsinc_set_property), (bpwsinc_get_property):
        * gst/filter/gstfilter.c: (plugin_init):
        * gst/filter/gstfilter.h:
        * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
        (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
        (iir_transform_ip), (iir_set_property), (iir_get_property):
        * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
        (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
        (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
        (lpwsinc_set_property), (lpwsinc_get_property):
        Ported the gstfilter plugin to GStreamer 0.10.