aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans2008-06-12 10:47:03 -0500
committerWim Taymans2008-06-12 10:47:03 -0500
commit56e01a0365c374049b5aee25c55a8859413093b8 (patch)
tree8831d3f8eac9050d5728e00cc0df06fa42d4f1d8 /ChangeLog
parent917583d75a676d77ba8f28da5279a987ae3e81bd (diff)
downloadgst-plugins-bad0-10-56e01a0365c374049b5aee25c55a8859413093b8.tar.gz
gst-plugins-bad0-10-56e01a0365c374049b5aee25c55a8859413093b8.tar.xz
gst-plugins-bad0-10-56e01a0365c374049b5aee25c55a8859413093b8.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b58ed1a4..ffeb1d3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
12008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
2
3 * examples/app/.cvsignore:
4 * examples/app/Makefile.am:
5 * examples/app/appsink-src.c: (on_new_buffer_from_source),
6 (on_source_message), (on_sink_message), (main):
7 Add beefed up example app from bug #413418. It now also uses appsink
8 instead of fakesink for more ultimate coolness.
9
10 * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
11 (gst_app_src_init), (gst_app_src_set_property),
12 (gst_app_src_get_property), (gst_app_src_unlock),
13 (gst_app_src_unlock_stop), (gst_app_src_create),
14 (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
15 (gst_app_src_end_of_stream):
16 * gst-libs/gst/app/gstappsrc.h:
17 Add block property to allow push based implementation to block when we
18 fill up the appsrc queues.
19 Emit the enough-data signal while releasing our lock.
20
12008-06-12 Stefan Kost <ensonic@users.sf.net> 212008-06-12 Stefan Kost <ensonic@users.sf.net>
2 22
3 * examples/app/.cvsignore: 23 * examples/app/.cvsignore: