diff --git a/ChangeLog b/ChangeLog index bae7e69aae..bec89ae140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-23 Andy Wingo + * gst/gstpad.c (gst_pad_set_caps): Remove needless refs, + gst_caps_replace takes care of this for us. + * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full gst_pad_set_caps on the target, not just its setcaps() function.