mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
toc: fix internal TOC query and event structure names
Make them consistent with all the other query and event names.
This commit is contained in:
parent
5b4417ff9e
commit
1dd0708d22
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static const gchar *_quark_strings[] = {
|
|||
"allocator", "GstEventFlushStop", "options", "GstQueryAcceptCaps",
|
||||
"result", "GstQueryCaps", "filter", "modes", "GstEventStreamConfig",
|
||||
"setup-data", "stream-headers", "GstEventGap", "GstQueryDrain", "params",
|
||||
"toc-select", "uid", "toc", GST_ELEMENT_METADATA_LONGNAME,
|
||||
"GstEventTocSelect", "uid", "GstQueryToc", GST_ELEMENT_METADATA_LONGNAME,
|
||||
GST_ELEMENT_METADATA_KLASS, GST_ELEMENT_METADATA_DESCRIPTION,
|
||||
GST_ELEMENT_METADATA_AUTHOR
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue