diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-05 23:03:31 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-05 23:03:31 +0000 |
commit | a2b410a595aea74b3562a3fcbb2a265d60fa58b0 (patch) | |
tree | 9e30ef687d2c36a9f6a35683abdee42fa5224e29 /configure.ac | |
parent | 3a2cdc25e14b62e3ed0310a5aa28c26b144a150d (diff) | |
download | gst-plugins-bad-a2b410a595aea74b3562a3fcbb2a265d60fa58b0.tar.gz gst-plugins-bad-a2b410a595aea74b3562a3fcbb2a265d60fa58b0.tar.bz2 gst-plugins-bad-a2b410a595aea74b3562a3fcbb2a265d60fa58b0.zip |
Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421
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/inspect/plugin-app.xml:
* examples/Makefile.am:
* examples/app/.cvsignore:
* examples/app/Makefile.am:
* examples/app/appsink-src.c:
* examples/app/appsrc-ra.c:
* examples/app/appsrc-seekable.c:
* examples/app/appsrc-stream.c:
* examples/app/appsrc-stream2.c:
* examples/app/appsrc_ex.c:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/app/.cvsignore:
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/gstapp-marshal.list:
* gst-libs/gst/app/gstappbuffer.c:
* gst-libs/gst/app/gstappbuffer.h:
* gst-libs/gst/app/gstappsink.c:
* gst-libs/gst/app/gstappsink.h:
* gst-libs/gst/app/gstappsrc.c:
* gst-libs/gst/app/gstappsrc.h:
* gst/app/Makefile.am:
* gst/app/gstapp.c:
Remove AppSrc/AppSink that are moving to -base. Partially fixes
#564421
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d36856f7..2f774d62 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,6 @@ dnl these are all the gst plug-ins, compilable without additional libs AG_GST_CHECK_PLUGIN(aacparse) AG_GST_CHECK_PLUGIN(aiffparse) AG_GST_CHECK_PLUGIN(amrparse) -AG_GST_CHECK_PLUGIN(app) AG_GST_CHECK_PLUGIN(audioresample) AG_GST_CHECK_PLUGIN(bayer) AG_GST_CHECK_PLUGIN(cdxaparse) @@ -1389,7 +1388,6 @@ gst/Makefile gst/aacparse/Makefile gst/aiffparse/Makefile gst/amrparse/Makefile -gst/app/Makefile gst/audioresample/Makefile gst/bayer/Makefile gst/cdxaparse/Makefile @@ -1431,7 +1429,6 @@ gst/real/Makefile gst/y4m/Makefile gst-libs/Makefile gst-libs/gst/Makefile -gst-libs/gst/app/Makefile gst-libs/gst/dshow/Makefile sys/Makefile sys/dshowdecwrapper/Makefile @@ -1449,7 +1446,6 @@ sys/wininet/Makefile sys/winks/Makefile sys/winscreencap/Makefile examples/Makefile -examples/app/Makefile examples/directfb/Makefile examples/scaletempo/Makefile examples/switch/Makefile |