mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
_peer_get_caps() -> _peer_query_caps()
This commit is contained in:
parent
1754aa707a
commit
7f70d16daf
1 changed files with 1 additions and 1 deletions
|
@ -1524,7 +1524,7 @@ gst_x264_enc_sink_set_caps (GstPad * pad, GstCaps * caps)
|
|||
encoder->peer_level = NULL;
|
||||
|
||||
/* FIXME: Remove THIS bit in 0.11 when the profile property is removed */
|
||||
peer_caps = gst_pad_peer_get_caps (encoder->srcpad, NULL);
|
||||
peer_caps = gst_pad_peer_query_caps (encoder->srcpad, NULL);
|
||||
if (peer_caps) {
|
||||
gint i;
|
||||
gboolean has_profile_or_level_or_format = FALSE;
|
||||
|
|
Loading…
Reference in a new issue