mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
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:
parent
7fda2039b3
commit
1b02b1d741
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue