gstreamer/examples
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
..
app 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
capsfilter configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997) 2005-02-02 08:14:01 +00:00
directfb examples/directfb/gstdfb.c: Don't use the deprecated gst_element_get_pad(). 2008-05-29 19:11:47 +00:00
gob Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
gstplay Fix up all the state change functions. 2005-09-05 17:20:29 +00:00
indexing renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 2005-10-12 14:29:55 +00:00
level examples/level/: Examples moved out of the source dir. Not updated tho. 2005-07-04 14:02:46 +00:00
stats ex/: and more typos fixed 2005-10-13 15:31:20 +00:00
switch Don't use _gst_pad(). 2008-05-26 09:57:40 +00:00
Makefile.am examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message_received, main): gst/switch/gstswitch.c... 2007-05-03 16:49:05 +00:00