diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-02-13 15:49:50 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-02-13 16:25:45 +0000 |
commit | 592c2c8105c50899a6230502997f2db0cb65993e (patch) | |
tree | 35a11ec92b16f932705870bf7b19d024f07d53cb /docs/libs | |
parent | 55abf436a0f770611d7756d0060c06437e8161c8 (diff) | |
download | gstreamer-plugins-bad-592c2c8105c50899a6230502997f2db0cb65993e.tar.gz |
aggregator: add gst_aggregator_pad_drop_buffer()
steal_buffer() + unref seems to be a wide-spread idiom
(which perhaps indicates that something is not quite
right with the way aggregator pad works currently).
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index 2c3928bd7..a523236f5 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -1323,6 +1323,8 @@ GstAggregatorPad GstAggregatorPadClass gst_aggregator_pad_steal_buffer gst_aggregator_pad_get_buffer +gst_aggregator_pad_drop_buffer +gst_aggregator_pad_is_eos <SUBSECTION Standard> GST_IS_AGGREGATOR_PAD GST_IS_AGGREGATOR_PAD_CLASS |