mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
mpegtsdemux: Fix compilation with debugging disabling
We previously weren't using that variable ...
This commit is contained in:
parent
f24c0b62e3
commit
b7bba5658a
1 changed files with 0 additions and 2 deletions
|
@ -853,9 +853,7 @@ mpegts_packetizer_push_section (MpegTSPacketizer2 * packetizer,
|
||||||
MpegTSPacketizerStream *stream;
|
MpegTSPacketizerStream *stream;
|
||||||
gboolean long_packet;
|
gboolean long_packet;
|
||||||
guint8 pointer, table_id;
|
guint8 pointer, table_id;
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
|
||||||
guint16 subtable_extension = 0;
|
guint16 subtable_extension = 0;
|
||||||
#endif
|
|
||||||
guint section_length;
|
guint section_length;
|
||||||
guint8 *data, *data_start;
|
guint8 *data, *data_start;
|
||||||
guint8 packet_cc;
|
guint8 packet_cc;
|
||||||
|
|
Loading…
Reference in a new issue