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:
Tim-Philipp Müller 2012-05-20 17:10:24 +01:00
parent 5b4417ff9e
commit 1dd0708d22

View file

@ -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
};