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:
Sebastian Pölsterl 2012-10-26 18:29:32 +02:00 committed by Sebastian Dröge
parent 72353aeb71
commit 43938bbf54

View file

@ -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");