gstreamer/examples/app
Wim Taymans 56e01a0365 examples/app/: Add beefed up example app from bug #413418. It now also uses appsink instead of fakesink for more ulti...
Original commit message from CVS:
* examples/app/.cvsignore:
* examples/app/Makefile.am:
* examples/app/appsink-src.c: (on_new_buffer_from_source),
(on_source_message), (on_sink_message), (main):
Add beefed up example app from bug #413418. It now also uses appsink
instead of fakesink for more ultimate coolness.
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_init), (gst_app_src_set_property),
(gst_app_src_get_property), (gst_app_src_unlock),
(gst_app_src_unlock_stop), (gst_app_src_create),
(gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
(gst_app_src_end_of_stream):
* gst-libs/gst/app/gstappsrc.h:
Add block property to allow push based implementation to block when we
fill up the appsrc queues.
Emit the enough-data signal while releasing our lock.
2008-06-12 15:47:03 +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/: 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
appsrc-ra.c examples/app/: Added 3 more example application for using appsrc in random-access mode, pull-mode streaming and pull ... 2008-06-06 16:50:51 +00:00
appsrc-seekable.c examples/app/: Added 3 more example application for using appsrc in random-access mode, pull-mode streaming and pull ... 2008-06-06 16:50:51 +00:00
appsrc-stream.c examples/app/appsrc-stream.c: Use deep-notify until we can depend on a playbin2 with support for the source property. 2008-06-06 14:19:54 +00:00
appsrc-stream2.c examples/app/: Added 3 more example application for using appsrc in random-access mode, pull-mode streaming and pull ... 2008-06-06 16:50:51 +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