summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-12-01 16:48:49 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-12-01 16:53:11 +0100
commit59113af604e6c999cf4fe9d341118f831d23c2d0 (patch)
tree32d44f88dd9e24b34002ec73b646f917d6ec5ad4 /docs
parent66d7151787abda8fd4cd32ffdd1e514c9fef3209 (diff)
Use the new GstSample for snapshots
Make appsink return a GstSample. Remove the pull_buffer_list method because it is not very useful anymore. Pass GstSample to the conversion function. Update playbin2 and examples
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 7d8247648..cd5c15c78 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -60,8 +60,7 @@ 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
-gst_app_sink_pull_buffer_list
+gst_app_sink_pull_sample
GstAppSinkCallbacks
gst_app_sink_set_callbacks
<SUBSECTION Standard>
@@ -2103,9 +2102,9 @@ gst_video_calculate_display_ratio
gst_video_format_to_fourcc
gst_video_format_from_fourcc
gst_video_parse_caps_palette
-GstVideoConvertFrameCallback
-gst_video_convert_frame
-gst_video_convert_frame_async
+GstVideoConvertSampleCallback
+gst_video_convert_sample
+gst_video_convert_sample_async
gst_video_event_new_still_frame
gst_video_event_parse_still_frame
<SUBSECTION Standard>