diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:38:31 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:38:31 +0000 |
commit | 83e305cf5dd437f5dd30f2ef78de18a2e8dc3438 (patch) | |
tree | b2f9b30db8853ba5f261f7168ad0e9448ffe0f1a /gst/switch/Makefile.am | |
parent | c459b9da7d7fe346bceeb4968fae6959aa0f7697 (diff) | |
download | gst-plugins-bad-83e305cf5dd437f5dd30f2ef78de18a2e8dc3438.tar.gz gst-plugins-bad-83e305cf5dd437f5dd30f2ef78de18a2e8dc3438.tar.bz2 gst-plugins-bad-83e305cf5dd437f5dd30f2ef78de18a2e8dc3438.zip |
Replace the switch plugin with the selector plugin. Add output- selector as the opposite of input-selectoo (was switc...
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/gst-plugins-bad-plugins.interfaces:
* docs/plugins/gst-plugins-bad-plugins.signals:
* docs/plugins/inspect/plugin-metadata.xml:
* docs/plugins/inspect/plugin-selector.xml:
* docs/plugins/inspect/plugin-soundtouch.xml:
* docs/plugins/inspect/plugin-switch.xml:
* gst/selector/.cvsignore:
* gst/selector/Makefile.am:
* gst/selector/gstinputselector.c:
* gst/selector/gstinputselector.h:
* gst/selector/gstoutputselector.c:
* gst/selector/gstoutputselector.h:
* gst/selector/gstselector-marshal.list:
* gst/selector/gstselector.c:
* gst/selector/selector.vcproj:
* gst/switch/.cvsignore:
* gst/switch/Makefile.am:
* gst/switch/gstswitch-marshal.list:
* gst/switch/gstswitch.c:
* gst/switch/gstswitch.h:
* gst/switch/switch.vcproj:
* tests/icles/.cvsignore:
* tests/icles/Makefile.am:
* tests/icles/output-selector-test.c:
Replace the switch plugin with the selector plugin. Add output-
selector as the opposite of input-selectoo (was switch). Add a test
for output-selector. Add docs for the elements. The vcproj needs
update. Fixes #500142.
Diffstat (limited to 'gst/switch/Makefile.am')
-rw-r--r-- | gst/switch/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gst/switch/Makefile.am b/gst/switch/Makefile.am deleted file mode 100644 index b829095d..00000000 --- a/gst/switch/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -glib_enum_prefix = gst_switch - -include $(top_srcdir)/common/glib-gen.mak - -built_sources = gstswitch-marshal.c -built_headers = gstswitch-marshal.h - -BUILT_SOURCES = $(built_sources) $(built_headers) - -CLEANFILES = $(BUILT_SOURCES) - -EXTRA_DIST = gstswitch-marshal.list - -plugin_LTLIBRARIES = libgstswitch.la - -libgstswitch_la_SOURCES = gstswitch.c -nodist_libgstswitch_la_SOURCES = $(built_sources) -libgstswitch_la_CFLAGS = $(GST_CFLAGS) -libgstswitch_la_LIBADD = -libgstswitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) - -noinst_HEADERS = gstswitch.h $(built_headers) |