mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
mpegvideoparse: Remove redundant log message
This commit is contained in:
parent
54edae4f1f
commit
2ed73a6ad0
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue