mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue