From e4c57a859a9a10dff53f378a60fb1b3d13fc7636 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Apr 2008 18:18:47 +0000 Subject: gst-libs/gst/app/gstappsink.*: Add more 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_event), (gst_app_sink_preroll), (gst_app_sink_render), (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers), (gst_app_sink_pull_buffer): * gst-libs/gst/app/gstappsink.h: Add more docs. Add signals for when preroll and render buffers are available. Add property to control signal emission. Add property to control the max queue size. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0fed7272..9046c510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-04-25 Wim Taymans + + * 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_event), + (gst_app_sink_preroll), (gst_app_sink_render), + (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals), + (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers), + (gst_app_sink_pull_buffer): + * gst-libs/gst/app/gstappsink.h: + Add more docs. + Add signals for when preroll and render buffers are available. + Add property to control signal emission. + Add property to control the max queue size. + 2008-04-25 Michael Smith * gst-libs/gst/dshow/Makefile.am: -- cgit v1.2.1