mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
_accept_caps() -> _query_accept_caps()
This commit is contained in:
parent
797523efbd
commit
04579335c4
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ proxypad_blocked_cb (GstPad * pad, GstPadProbeInfo * info, gpointer data)
|
|||
caps = gst_pad_query_caps (pad, NULL);
|
||||
}
|
||||
|
||||
if (gst_pad_accept_caps (sinkpad, caps)) {
|
||||
if (gst_pad_query_accept_caps (sinkpad, caps)) {
|
||||
if (pbin->dbin) {
|
||||
GST_DEBUG_OBJECT (pbin, "Removing decodebin");
|
||||
gst_pulse_audio_sink_free_dbin (pbin);
|
||||
|
|
Loading…
Reference in a new issue