diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-26 16:44:53 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-26 16:44:53 +0100 |
commit | c4036dd7012bf2ad8c7b559105ba5de6395f485c (patch) | |
tree | 7f1e345a09ea3c429a329904720520e7c48290dd /docs | |
parent | 661f2da6e00d0b6b3653f5e35bce0daa9b55df5a (diff) |
app: add callbacks to appsrc, cleanups
Add a uri handler to appsink.
don't emit signals when we have installed callbacks on appsink.
Add callbacks to appsrc to replace the signals.
Add property to disable callbacks in appsrc, default to TRUE for backwards
compatibility but disable when callbacks are installed.
API: GstAppSrc::emit-signals
API: GstAppSrc::gst_app_src_set_emit_signals()
API: GstAppSrc::gst_app_src_get_emit_signals()
API: GstAppSrc::gst_app_src_set_callbacks()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 4b47ee40..6c0b7501 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -15,6 +15,10 @@ 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_get_emit_signals +gst_app_src_set_emit_signals +GstAppSrcCallbacks +gst_app_src_set_callbacks gst_app_src_push_buffer gst_app_src_end_of_stream <SUBSECTION Standard> |