summaryrefslogtreecommitdiff
path: root/gst/jp2kdecimator/gstjp2kdecimator.c
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:55:05 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:55:05 +0200
commit5431286b2a3be336964b2ead7b51a2ec8a2581b4 (patch)
treecb726b080331465bab8300484d3c2264e0d9a5f8 /gst/jp2kdecimator/gstjp2kdecimator.c
parent578861abeab76704b98d377f69e136f8431dc4ab (diff)
downloadgstreamer-plugins-bad-5431286b2a3be336964b2ead7b51a2ec8a2581b4.tar.gz
replace _get_caps_reffed with _get_caps
Diffstat (limited to 'gst/jp2kdecimator/gstjp2kdecimator.c')
-rw-r--r--gst/jp2kdecimator/gstjp2kdecimator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/jp2kdecimator/gstjp2kdecimator.c b/gst/jp2kdecimator/gstjp2kdecimator.c
index ee473fa66..106446760 100644
--- a/gst/jp2kdecimator/gstjp2kdecimator.c
+++ b/gst/jp2kdecimator/gstjp2kdecimator.c
@@ -230,7 +230,7 @@ gst_jp2k_decimator_getcaps (GstPad * pad)
otherpad = (pad == self->srcpad) ? self->sinkpad : self->srcpad;
- tmp = gst_pad_peer_get_caps_reffed (otherpad);
+ tmp = gst_pad_peer_get_caps (otherpad);
if (tmp) {
ret = gst_caps_intersect (tmp, gst_pad_get_pad_template_caps (pad));
gst_caps_unref (tmp);