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:
Philippe Normand 2023-07-17 15:18:39 +01:00 committed by GStreamer Marge Bot
parent 9ec5ee2984
commit cec774b653

View file

@ -106,6 +106,7 @@ static GstQueryQuarks query_quarks[] = {
{GST_QUERY_DRAIN, "drain", 0},
{GST_QUERY_CONTEXT, "context", 0},
{GST_QUERY_BITRATE, "bitrate", 0},
{GST_QUERY_SELECTABLE, "selectable", 0},
{0, NULL, 0}
};