diff options
author | Mathis Hofer <mathis.hofer@dreamlab.net> | 2006-07-10 14:42:15 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-10 14:42:15 +0000 |
commit | 8534b5e71e048c6fef788c6a561881f71972eee0 (patch) | |
tree | 6a48ba407cebacd989bf982374be9ec0366a39b1 /configure.ac | |
parent | 4c58388cd50613f25ed1163071064afffb1848d3 (diff) | |
download | gst-plugins-bad-8534b5e71e048c6fef788c6a561881f71972eee0.tar.gz gst-plugins-bad-8534b5e71e048c6fef788c6a561881f71972eee0.tar.bz2 gst-plugins-bad-8534b5e71e048c6fef788c6a561881f71972eee0.zip |
Ported the gstfilter plugin to GStreamer 0.10.
Original commit message from CVS:
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e731092..0150a7af 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,7 @@ GST_ARG_EXAMPLES dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ cdxaparse \ + filter \ freeze \ gdp \ h264parse \ @@ -735,6 +736,7 @@ Makefile gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile +gst/filter/Makefile gst/freeze/Makefile gst/gdp/Makefile gst/h264parse/Makefile |