From 16aa82d6e7f18ffef6087186d88ee97773b6e703 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 15 Dec 2008 12:02:26 +0000 Subject: 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. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 24efb72e..2c4d28a7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 24efb72e9a01364c6ea90b70ef2bb7049af980b4 +Subproject commit 2c4d28a75c26e572b94a967901254caff83d85c4 -- cgit v1.2.1