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  <wingo@pobox.com>

* gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
gst_caps_replace takes care of this for us.
This commit is contained in:
Andy Wingo 2005-06-23 09:41:09 +00:00
parent ee38ed3c9d
commit 3746540c8c

View file

@ -1,5 +1,8 @@
2005-06-23 Andy Wingo <wingo@pobox.com> 2005-06-23 Andy Wingo <wingo@pobox.com>
* 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/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
gst_pad_set_caps on the target, not just its setcaps() function. gst_pad_set_caps on the target, not just its setcaps() function.