discoverer: fix quark-mismatch for toc and stream-id

Seems like a copy'n'paste from 15ee41df.
This commit is contained in:
Stefan Sauer 2013-10-07 18:53:18 +02:00
parent b13385f96a
commit 2af0831696

View file

@ -136,8 +136,8 @@ _do_init (void)
_CAPS_QUARK = g_quark_from_static_string ("caps");
_TAGS_QUARK = g_quark_from_static_string ("tags");
_TOC_QUARK = g_quark_from_static_string ("stream-id");
_STREAM_ID_QUARK = g_quark_from_static_string ("toc");
_TOC_QUARK = g_quark_from_static_string ("toc");
_STREAM_ID_QUARK = g_quark_from_static_string ("stream-id");
_MISSING_PLUGIN_QUARK = g_quark_from_static_string ("missing-plugin");
_STREAM_TOPOLOGY_QUARK = g_quark_from_static_string ("stream-topology");
_TOPOLOGY_PAD_QUARK = g_quark_from_static_string ("pad");