diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-19 10:44:31 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-19 10:44:31 +0100 |
commit | e5d8551552b7ef02b686f300efd373bd38f294df (patch) | |
tree | 6973f1ccbeb377c6a967639e8ed50e7bb59b1b94 /docs | |
parent | a2f04c8f61efddb942bc1543f533f844ab8c7bf1 (diff) |
Add method to install callbacks on appsink
Based on pacth by Martin Samuelsson <martin dot samuelsson at axis dot com>
Fixes #571299.
Add gst_app_sink_set_callbacks() to install a set of callbacks. This is a more
performant alternative to connecting to the signals.
Add a unit test for appsink.
Clean up some of the appsink docs.
API: GstAppSink::gst_app_sink_set_callbacks()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 8f2516f3..28acd4e6 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -25,7 +25,16 @@ GST_TYPE_APP_SRC gst_app_src_get_type GST_APP_SRC_CLASS GST_IS_APP_SRC_CLASS +GST_APP_BUFFER +GST_APP_BUFFER_CLASS +GST_IS_APP_BUFFER +GST_IS_APP_BUFFER_CLASS +GST_TYPE_APP_BUFFER <SUBSECTION Private> +GstAppSrcPrivate +GstAppBuffer +GstAppBufferClass +GstAppBufferFinalizeFunc gst_app_buffer_get_type gst_app_buffer_new gst_app_marshal_BOOLEAN__UINT64 @@ -50,7 +59,10 @@ gst_app_sink_set_drop gst_app_sink_get_drop gst_app_sink_pull_preroll gst_app_sink_pull_buffer +GstAppSinkCallbacks +gst_app_sink_set_callbacks <SUBSECTION Standard> +GstAppSinkPrivate GstAppSinkClass GST_APP_SINK GST_IS_APP_SINK |