mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tsdemux: Fix name of CAT GstStructure
The structure previously was assigned the name "pat". https://bugzilla.gnome.org/show_bug.cgi?id=686948
This commit is contained in:
parent
72353aeb71
commit
43938bbf54
1 changed files with 1 additions and 1 deletions
|
@ -2877,7 +2877,7 @@ _init_local (void)
|
|||
QUARK_PID = g_quark_from_string ("pid");
|
||||
QUARK_PROGRAMS = g_quark_from_string ("programs");
|
||||
|
||||
QUARK_CAT = g_quark_from_string ("pat");
|
||||
QUARK_CAT = g_quark_from_string ("cat");
|
||||
|
||||
QUARK_PMT = g_quark_from_string ("pmt");
|
||||
QUARK_PCR_PID = g_quark_from_string ("pcr-pid");
|
||||
|
|
Loading…
Reference in a new issue