mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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;
|
encoder->peer_level = NULL;
|
||||||
|
|
||||||
/* FIXME: Remove THIS bit in 0.11 when the profile property is removed */
|
/* 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) {
|
if (peer_caps) {
|
||||||
gint i;
|
gint i;
|
||||||
gboolean has_profile_or_level_or_format = FALSE;
|
gboolean has_profile_or_level_or_format = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue