mpegvideoparse: Remove redundant log message

This commit is contained in:
Austin Lund 2010-06-17 08:42:53 +10:00 committed by Jan Schmidt
parent 54edae4f1f
commit 2ed73a6ad0

View file

@ -291,8 +291,7 @@ start_new_block (MPEGPacketiser * p, guint64 offset, guint8 pack_type)
static void
handle_packet (MPEGPacketiser * p, guint64 offset, guint8 pack_type)
{
GST_LOG ("handle_packet: offset %" G_GUINT64_FORMAT ", pack_type %2x", offset,
pack_type);
GST_LOG ("offset %" G_GUINT64_FORMAT ", pack_type %2x", offset, pack_type);
switch (pack_type) {
case MPEG_PACKET_SEQUENCE:
case MPEG_PACKET_GOP: