gstreamer/examples/app
Wim Taymans 16aa82d6e7 examples/app/: Fix example to unref after emiting the push-buffer action.
Original commit message from CVS:
* examples/app/appsrc-ra.c: (feed_data):
* examples/app/appsrc-seekable.c: (feed_data):
* examples/app/appsrc-stream.c: (read_data):
* examples/app/appsrc-stream2.c: (feed_data):
Fix example to unref after emiting the push-buffer action.
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_push_buffer_full), (gst_app_src_push_buffer),
(gst_app_src_push_buffer_action):
Don't take the ref on the buffer in push-buffer action because it's too
awkward for bindings. Fixes #564482.
2008-12-15 12:02:26 +00:00
..
.gitignore examples/app/: Add beefed up example app from bug #413418. It now also uses appsink instead of fakesink for more ulti... 2008-06-12 15:47:03 +00:00
appsink-src.c examples/app/appsink-src.c: Don't use a buffer after unreffing it. 2008-06-19 11:25:37 +00:00
appsrc-ra.c examples/app/: Fix example to unref after emiting the push-buffer action. 2008-12-15 12:02:26 +00:00
appsrc-seekable.c examples/app/: Fix example to unref after emiting the push-buffer action. 2008-12-15 12:02:26 +00:00
appsrc-stream.c examples/app/: Fix example to unref after emiting the push-buffer action. 2008-12-15 12:02:26 +00:00
appsrc-stream2.c examples/app/: Fix example to unref after emiting the push-buffer action. 2008-12-15 12:02:26 +00:00
appsrc_ex.c 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
Makefile.am examples/app/: Add beefed up example app from bug #413418. It now also uses appsink instead of fakesink for more ulti... 2008-06-12 15:47:03 +00:00