mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
_peer_get_caps() -> _peer_query_caps()
This commit is contained in:
parent
175a092331
commit
71540b5fc1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue