mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
discoverer: fix quark-mismatch for toc and stream-id
Seems like a copy'n'paste from 15ee41df
.
This commit is contained in:
parent
b13385f96a
commit
2af0831696
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue