query: Add a quark for SELECTABLE query type
So that `gst_query_type_get_name()` won't return "unknown" for this type. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5048>
This commit is contained in:
parent
9ec5ee2984
commit
cec774b653
@ -106,6 +106,7 @@ static GstQueryQuarks query_quarks[] = {
|
|||||||
{GST_QUERY_DRAIN, "drain", 0},
|
{GST_QUERY_DRAIN, "drain", 0},
|
||||||
{GST_QUERY_CONTEXT, "context", 0},
|
{GST_QUERY_CONTEXT, "context", 0},
|
||||||
{GST_QUERY_BITRATE, "bitrate", 0},
|
{GST_QUERY_BITRATE, "bitrate", 0},
|
||||||
|
{GST_QUERY_SELECTABLE, "selectable", 0},
|
||||||
|
|
||||||
{0, NULL, 0}
|
{0, NULL, 0}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user