summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-20 13:59:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-20 13:59:50 +0000
commitb5af210ba28305b3c8b313add88fc428b1ebea98 (patch)
tree09a1427dd93b8ef62db90835bda47344ae057d09 /ChangeLog
parentb020c43021a1869e103ea4fc1ba6c322ca44515b (diff)
downloadgst-plugins-bad-b5af210ba28305b3c8b313add88fc428b1ebea98.tar.gz
gst-plugins-bad-b5af210ba28305b3c8b313add88fc428b1ebea98.tar.bz2
gst-plugins-bad-b5af210ba28305b3c8b313add88fc428b1ebea98.zip
gst-libs/gst/app/gstappsink.*: Add properties, signals and actions to access the element even without linking to the ...
Original commit message from CVS: * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID), (gst_app_sink_class_init), (gst_app_sink_init), (gst_app_sink_dispose), (gst_app_sink_finalize), (gst_app_sink_set_property), (gst_app_sink_get_property), (gst_app_sink_flush_unlocked), (gst_app_sink_start), (gst_app_sink_event), (gst_app_sink_getcaps), (gst_app_sink_set_caps), (gst_app_sink_get_caps), (gst_app_sink_is_eos), (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer): * gst-libs/gst/app/gstappsink.h: Add properties, signals and actions to access the element even without linking to the library. Fix some method names and signatures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33909f53..69e112ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-09-20 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
+ (gst_app_sink_class_init), (gst_app_sink_init),
+ (gst_app_sink_dispose), (gst_app_sink_finalize),
+ (gst_app_sink_set_property), (gst_app_sink_get_property),
+ (gst_app_sink_flush_unlocked), (gst_app_sink_start),
+ (gst_app_sink_event), (gst_app_sink_getcaps),
+ (gst_app_sink_set_caps), (gst_app_sink_get_caps),
+ (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
+ (gst_app_sink_pull_buffer):
+ * gst-libs/gst/app/gstappsink.h:
+ Add properties, signals and actions to access the element even without
+ linking to the library.
+ Fix some method names and signatures.
+
2007-09-19 Wim Taymans <wim.taymans@gmail.com>
Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>