mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ghostpad: set result on accept caps query when there is no peer
This commit is contained in:
parent
1b87a07d8e
commit
5c50c6612a
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstObject * parent, GstQuery * query)
|
||||||
GST_DEBUG_OBJECT (pad, "no target");
|
GST_DEBUG_OBJECT (pad, "no target");
|
||||||
/* We don't have a target, we return TRUE and we assume that any future
|
/* We don't have a target, we return TRUE and we assume that any future
|
||||||
* target will be able to deal with any configured caps. */
|
* target will be able to deal with any configured caps. */
|
||||||
|
gst_query_set_accept_caps_result (query, TRUE);
|
||||||
res = TRUE;
|
res = TRUE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue