mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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:
parent
ee38ed3c9d
commit
3746540c8c
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue