gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy activate.
authorAndy Wingo <wingo@pobox.com>
Tue, 28 Jun 2005 08:41:43 +0000 (08:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 28 Jun 2005 08:41:43 +0000 (08:41 +0000)
Original commit message from CVS:
2005-06-28  Andy Wingo  <wingo@pobox.com>

* gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
activate.

ChangeLog
gst/gstghostpad.c

index 868d6db..dac4b31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-28  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
+       activate.
+
 2005-06-27  Andy Wingo  <wingo@pobox.com>
 
        * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
index 9746fd2..c802180 100644 (file)
@@ -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