aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans2008-05-05 05:27:45 -0500
committerWim Taymans2008-05-05 05:27:45 -0500
commit75695e03a04fa23f4dbd0264c2ab799859475178 (patch)
tree9845cc43ceeeaa73b638f2af32c89e95fc80d73b /ChangeLog
parent3a959f34ee5be9305e0e9d432a0fb2fb84d7d31b (diff)
downloadgst-plugins-bad0-10-75695e03a04fa23f4dbd0264c2ab799859475178.tar.gz
gst-plugins-bad0-10-75695e03a04fa23f4dbd0264c2ab799859475178.tar.xz
gst-plugins-bad0-10-75695e03a04fa23f4dbd0264c2ab799859475178.zip
gst-libs/gst/app/gstappsink.*: Start some docs.
Original commit message from CVS: * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init), (gst_app_sink_init), (gst_app_sink_set_property), (gst_app_sink_get_property), (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked), (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll), (gst_app_sink_render), (gst_app_sink_set_caps), (gst_app_sink_set_drop), (gst_app_sink_get_drop): * gst-libs/gst/app/gstappsink.h: Start some docs. Add property to drop buffers when the queue is filled Fix unlocking and flushing when the queues are filled.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 747187915..35d207276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12008-05-05 Wim Taymans <wim.taymans@collabora.co.uk>
2
3 * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4 (gst_app_sink_init), (gst_app_sink_set_property),
5 (gst_app_sink_get_property), (gst_app_sink_unlock_start),
6 (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
7 (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
8 (gst_app_sink_preroll), (gst_app_sink_render),
9 (gst_app_sink_set_caps), (gst_app_sink_set_drop),
10 (gst_app_sink_get_drop):
11 * gst-libs/gst/app/gstappsink.h:
12 Start some docs.
13 Add property to drop buffers when the queue is filled
14 Fix unlocking and flushing when the queues are filled.
15
12008-04-29 Sebastian Dröge <slomo@circular-chaos.org> 162008-04-29 Sebastian Dröge <slomo@circular-chaos.org>
2 17
3 Patch by: Jens Granseuer <jensgr at gmx dot net> 18 Patch by: Jens Granseuer <jensgr at gmx dot net>