toc: fix internal TOC query and event structure names
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 20 May 2012 16:10:24 +0000 (17:10 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 20 May 2012 16:11:37 +0000 (17:11 +0100)
Make them consistent with all the other query and event names.

gst/gstquark.c

index d7b6b6d..24f9ffe 100644 (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
 };