Add method to install callbacks on appsink
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 19 Feb 2009 09:44:31 +0000 (10:44 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 19 Feb 2009 09:44:31 +0000 (10:44 +0100)
commite5d8551552b7ef02b686f300efd373bd38f294df
tree6973f1ccbeb377c6a967639e8ed50e7bb59b1b94
parenta2f04c8f61efddb942bc1543f533f844ab8c7bf1
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()
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsink.h
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/appsink.c [new file with mode: 0644]