[gst-cvs] gst-plugins-bad: mpegvideoparse: Remove redundant log message
Jan Schmidt
thaytan at kemper.freedesktop.org
Sun Jun 20 06:36:24 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: 2ed73a6ad0074fb7e747fe10ca3d4f039a276632
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=2ed73a6ad0074fb7e747fe10ca3d4f039a276632
Author: Austin Lund <austin.lund at gmail.com>
Date: Thu Jun 17 08:42:53 2010 +1000
mpegvideoparse: Remove redundant log message
---
gst/mpegvideoparse/mpegpacketiser.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/gst/mpegvideoparse/mpegpacketiser.c b/gst/mpegvideoparse/mpegpacketiser.c
index 8eff4cf..fb8c9f5 100644
--- a/gst/mpegvideoparse/mpegpacketiser.c
+++ b/gst/mpegvideoparse/mpegpacketiser.c
@@ -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:
More information about the Gstreamer-commits
mailing list