summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-12-15 12:02:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-15 12:02:26 +0000
commit16aa82d6e7f18ffef6087186d88ee97773b6e703 (patch)
tree048475654004f098c94d61ec1155200b01b02bc2 /ChangeLog
parentb26ad06d3477844fd1c3d71511d0f12bc0226b3b (diff)
downloadgst-plugins-bad-16aa82d6e7f18ffef6087186d88ee97773b6e703.tar.gz
gst-plugins-bad-16aa82d6e7f18ffef6087186d88ee97773b6e703.tar.bz2
gst-plugins-bad-16aa82d6e7f18ffef6087186d88ee97773b6e703.zip
examples/app/: Fix example to unref after emiting the push-buffer action.
Original commit message from CVS: * examples/app/appsrc-ra.c: (feed_data): * examples/app/appsrc-seekable.c: (feed_data): * examples/app/appsrc-stream.c: (read_data): * examples/app/appsrc-stream2.c: (feed_data): Fix example to unref after emiting the push-buffer action. * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init), (gst_app_src_push_buffer_full), (gst_app_src_push_buffer), (gst_app_src_push_buffer_action): Don't take the ref on the buffer in push-buffer action because it's too awkward for bindings. Fixes #564482.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5adf759b..11491f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-12-15 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * examples/app/appsrc-ra.c: (feed_data):
+ * examples/app/appsrc-seekable.c: (feed_data):
+ * examples/app/appsrc-stream.c: (read_data):
+ * examples/app/appsrc-stream2.c: (feed_data):
+ Fix example to unref after emiting the push-buffer action.
+
+ * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
+ (gst_app_src_push_buffer_full), (gst_app_src_push_buffer),
+ (gst_app_src_push_buffer_action):
+ Don't take the ref on the buffer in push-buffer action because it's too
+ awkward for bindings. Fixes #564482.
+
2008-12-13 Edward Hervey <bilboed@gmail.com>
* m4/Makefile.am: