summaryrefslogtreecommitdiffstats
path: root/docs/plugins/gst-plugins-bad-plugins-sections.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-12-17 13:51:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-17 13:51:46 +0000
commit59c80c9a40b0b8bcdaddaa3dcb2b7260027ad1ac (patch)
treef7f8dcc3f1d5cffcc08ff88805225436c9449a19 /docs/plugins/gst-plugins-bad-plugins-sections.txt
parentb050e06170949a84e9427706e8dbb6b45d2692a4 (diff)
downloadgst-plugins-bad-59c80c9a40b0b8bcdaddaa3dcb2b7260027ad1ac.tar.gz
gst-plugins-bad-59c80c9a40b0b8bcdaddaa3dcb2b7260027ad1ac.tar.bz2
gst-plugins-bad-59c80c9a40b0b8bcdaddaa3dcb2b7260027ad1ac.zip
Add appsrc and appsink documentation.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init): Add appsrc and appsink documentation.
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins-sections.txt')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 4c52bf49..0ed5d62e 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -1,4 +1,54 @@
<SECTION>
+<FILE>element-appsrc</FILE>
+<TITLE>appsrc</TITLE>
+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
+<SUBSECTION Standard>
+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
+</SECTION>
+
+<SECTION>
+<FILE>element-appsink</FILE>
+<TITLE>appsink</TITLE>
+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
+<SUBSECTION Standard>
+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
+</SECTION>
+
+<SECTION>
<FILE>element-aacparse</FILE>
<TITLE>aacparse</TITLE>
GstAacParse