From a2b410a595aea74b3562a3fcbb2a265d60fa58b0 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Jan 2009 23:03:31 +0000 Subject: 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 --- docs/plugins/gst-plugins-bad-plugins-sections.txt | 50 ----------------------- 1 file changed, 50 deletions(-) (limited to 'docs/plugins/gst-plugins-bad-plugins-sections.txt') diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 0ed5d62e..4c52bf49 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1,53 +1,3 @@ -
-element-appsrc -appsrc -GstAppSrc -GstAppStreamType -gst_app_src_set_caps -gst_app_src_get_caps -gst_app_src_set_size -gst_app_src_get_size -gst_app_src_set_stream_type -gst_app_src_get_stream_type -gst_app_src_set_max_bytes -gst_app_src_get_max_bytes -gst_app_src_push_buffer -gst_app_src_end_of_stream - -GstAppSrcClass -GST_APP_SRC -GST_IS_APP_SRC -GST_TYPE_APP_SRC -gst_app_src_get_type -GST_APP_SRC_CLASS -GST_IS_APP_SRC_CLASS -
- -
-element-appsink -appsink -GstAppSink -gst_app_sink_set_caps -gst_app_sink_get_caps -gst_app_sink_is_eos -gst_app_sink_set_emit_signals -gst_app_sink_get_emit_signals -gst_app_sink_set_max_buffers -gst_app_sink_get_max_buffers -gst_app_sink_set_drop -gst_app_sink_get_drop -gst_app_sink_pull_preroll -gst_app_sink_pull_buffer - -GstAppSinkClass -GST_APP_SINK -GST_IS_APP_SINK -GST_TYPE_APP_SINK -gst_app_sink_get_type -GST_APP_SINK_CLASS -GST_IS_APP_SINK_CLASS -
-
element-aacparse aacparse -- cgit v1.2.1