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

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.
This commit is contained in:
Andy Wingo 2005-06-28 08:41:43 +00:00
parent 7fda2039b3
commit 1b02b1d741
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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