mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
mpegtspacketizer: Fix typo in debug output
This commit is contained in:
parent
10ffa089a0
commit
7b2cfa6303
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue