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
@ -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…
x
Reference in New Issue
Block a user