gstreamer/gst-libs/gst/app
Wim Taymans c4036dd701 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()
2009-02-26 16:44:53 +01:00
..
.gitignore gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore. 2008-05-07 10:38:23 +00:00
gstapp-marshal.list examples/app/: Added an example on how to use appsrc in playbin in streaming mode from an mmapped file. 2008-06-05 16:38:50 +00:00
gstappbuffer.c gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for proper handling of data chunks. 2007-03-03 10:10:30 +00:00
gstappbuffer.h gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for proper handling of data chunks. 2007-03-03 10:10:30 +00:00
gstappsink.c app: add callbacks to appsrc, cleanups 2009-02-26 16:44:53 +01:00
gstappsink.h Appsink: add padding for callbacks + docs 2009-02-26 11:42:44 +01:00
gstappsrc.c app: add callbacks to appsrc, cleanups 2009-02-26 16:44:53 +01:00
gstappsrc.h app: add callbacks to appsrc, cleanups 2009-02-26 16:44:53 +01:00
Makefile.am app: add win32 .def file and only export functions we want exported 2009-02-25 19:50:00 +00:00