From 71540b5fc100459e710dce4fe4c3b56e9cbed617 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 15 Nov 2011 17:23:21 +0100 Subject: [PATCH] _peer_get_caps() -> _peer_query_caps() --- ext/ffmpeg/gstffmpegenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ffmpeg/gstffmpegenc.c b/ext/ffmpeg/gstffmpegenc.c index 4b343442fa..b6bedc2975 100644 --- a/ext/ffmpeg/gstffmpegenc.c +++ b/ext/ffmpeg/gstffmpegenc.c @@ -319,7 +319,7 @@ gst_ffmpegenc_get_possible_sizes (GstFFMpegEnc * ffmpegenc, GstPad * pad, GstCaps *intersect = NULL; guint i; - othercaps = gst_pad_peer_get_caps (ffmpegenc->srcpad, NULL); + othercaps = gst_pad_peer_query_caps (ffmpegenc->srcpad, NULL); if (!othercaps) return gst_caps_copy (caps);