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/Makefile.am | 2 - docs/plugins/gst-plugins-bad-plugins-docs.sgml | 3 -- docs/plugins/gst-plugins-bad-plugins-sections.txt | 50 ----------------------- 3 files changed, 55 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 0d20ecda..f132618d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -113,8 +113,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/timidity/gstwildmidi.h \ $(top_srcdir)/ext/twolame/gsttwolame.h \ $(top_srcdir)/ext/x264/gstx264enc.h \ - $(top_srcdir)/gst-libs/gst/app/gstappsrc.h \ - $(top_srcdir)/gst-libs/gst/app/gstappsink.h \ $(top_srcdir)/gst/aacparse/gstaacparse.h \ $(top_srcdir)/gst/amrparse/gstamrparse.h \ $(top_srcdir)/gst/audioresample/gstaudioresample.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 1ab6ad3e..f61e15fe 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -12,8 +12,6 @@ gst-plugins-bad Elements - - @@ -78,7 +76,6 @@ - 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