mpegtsdemux: add missing space to debug message

This commit is contained in:
Tim-Philipp Müller 2010-03-26 12:04:48 +00:00
parent e964dcbd59
commit eb34b2015b

View file

@ -2376,7 +2376,7 @@ gst_mpegts_demux_parse_stream (GstMpegTSDemux * demux, GstMpegTSStream * stream,
case PID_TYPE_ELEMENTARY:
{
if (payload_unit_start_indicator) {
GST_DEBUG_OBJECT (demux, "new PES start for PID 0x%04x, used %u"
GST_DEBUG_OBJECT (demux, "new PES start for PID 0x%04x, used %u "
"bytes of %u bytes in the PES buffer",
PID, stream->pes_buffer_used, stream->pes_buffer_size);
/* Flush buffered PES data */