From 3746540c8cd96b0d30fa68fb0022974a848386fe Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 23 Jun 2005 09:41:09 +0000 Subject: [PATCH] gst/gstpad.c (gst_pad_set_caps): Remove needless refs, gst_caps_replace takes care of this for us. Original commit message from CVS: 2005-06-23 Andy Wingo * gst/gstpad.c (gst_pad_set_caps): Remove needless refs, gst_caps_replace takes care of this for us. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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.