From 1b02b1d74180af1d295515a4e2f3d2bb75994743 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 28 Jun 2005 08:41:43 +0000 Subject: [PATCH] gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy activate. Original commit message from CVS: 2005-06-28 Andy Wingo * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy activate. --- ChangeLog | 5 +++++ gst/gstghostpad.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 868d6dbfab..dac4b31c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-28 Andy Wingo + + * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy + activate. + 2005-06-27 Andy Wingo * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c index 9746fd2c97..c8021800bb 100644 --- a/gst/gstghostpad.c +++ b/gst/gstghostpad.c @@ -166,7 +166,7 @@ gst_proxy_pad_do_activate (GstPad * pad) g_return_val_if_fail (target != NULL, FALSE); - return target->activatefunc (pad); + return gst_pad_activate_push (pad, TRUE); } static gboolean