mpegtspacketizer: Fix typo in debug output

This commit is contained in:
Sebastian Dröge 2014-03-29 10:19:52 +01:00
parent 10ffa089a0
commit 7b2cfa6303

View file

@ -145,7 +145,7 @@ seen_section_before (MpegTSPacketizerStream * stream, guint8 table_id,
/* Check if we've seen this table_id/subtable_extension first */ /* Check if we've seen this table_id/subtable_extension first */
subtable = find_subtable (stream->subtables, table_id, subtable_extension); subtable = find_subtable (stream->subtables, table_id, subtable_extension);
if (!subtable) { if (!subtable) {
GST_DEBUG ("Haven't seen subtale"); GST_DEBUG ("Haven't seen subtable");
return FALSE; return FALSE;
} }
/* If we have, check it has the same version_number */ /* If we have, check it has the same version_number */