From: Sebastian Dröge Date: Fri, 28 Oct 2011 07:35:50 +0000 (+0200) Subject: collectpads2: Add to the documentation X-Git-Tag: RELEASE-0.10.36~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b1b7931b09205778b04c843f0726bc882f63843;p=platform%2Fupstream%2Fgstreamer.git collectpads2: Add to the documentation --- diff --git a/docs/libs/gstreamer-libs-docs.sgml b/docs/libs/gstreamer-libs-docs.sgml index 8f84966..31488e3 100644 --- a/docs/libs/gstreamer-libs-docs.sgml +++ b/docs/libs/gstreamer-libs-docs.sgml @@ -44,6 +44,7 @@ + diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 621cbbd..c77794a 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -743,6 +743,72 @@ GST_COLLECT_PADS_SIGNAL GST_COLLECT_PADS_WAIT +
+gstcollectpads2 +GstCollectPads2 +gst/base/gstcollectpads2.h +GstCollectPads2 +GstCollectData2 + +GstCollectData2DestroyNotify +GstCollectPads2BufferFunction +GstCollectPads2CompareFunction +GstCollectPads2EventFunction +GstCollectPads2Function +GstCollectPads2StateFlags + +GST_COLLECT_PADS2_FLOW_DROP + +GST_COLLECT_PADS2_STATE +GST_COLLECT_PADS2_STATE_IS_SET +GST_COLLECT_PADS2_STATE_SET +GST_COLLECT_PADS2_STATE_UNSET + +GST_COLLECT_PADS2_GET_STREAM_LOCK +GST_COLLECT_PADS2_STREAM_LOCK +GST_COLLECT_PADS2_STREAM_UNLOCK + +gst_collect_pads2_new + +gst_collect_pads2_add_pad +gst_collect_pads2_add_pad_full +gst_collect_pads2_remove_pad + +gst_collect_pads2_start +gst_collect_pads2_stop + +gst_collect_pads2_available +gst_collect_pads2_is_active + +gst_collect_pads2_collect +gst_collect_pads2_collect_range + +gst_collect_pads2_flush +gst_collect_pads2_peek +gst_collect_pads2_pop + +gst_collect_pads2_read +gst_collect_pads2_read_buffer +gst_collect_pads2_take_buffer + +gst_collect_pads2_set_buffer_function +gst_collect_pads2_set_compare_function +gst_collect_pads2_set_event_function +gst_collect_pads2_set_flushing +gst_collect_pads2_set_function +gst_collect_pads2_set_prepare_buffer_function +gst_collect_pads2_set_waiting + +GstCollectPads2Class +GST_COLLECT_PADS2 +GST_COLLECT_PADS2_CLASS +GST_TYPE_COLLECT_PADS2 +GST_IS_COLLECT_PADS2 +GST_IS_COLLECT_PADS2_CLASS +GST_COLLECT_PADS2_GET_CLASS +gst_collect_pads2_get_type + +
gstpushsrc