From ec9cf651e2e9cc883a630666e59e9221f9564245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 14 Jan 2008 09:09:49 +0000 Subject: [PATCH] gst/xingheader/gstxingmux.c: Remove accidentially leftover debug printf. Original commit message from CVS: * gst/xingheader/gstxingmux.c: (generate_xing_header): Remove accidentially leftover debug printf. --- gst/mpegaudioparse/gstxingmux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/mpegaudioparse/gstxingmux.c b/gst/mpegaudioparse/gstxingmux.c index 5f6f95e79f..2a46fc6ab2 100644 --- a/gst/mpegaudioparse/gstxingmux.c +++ b/gst/mpegaudioparse/gstxingmux.c @@ -238,8 +238,6 @@ generate_xing_header (GstXingMux * xing) xing_offset = get_xing_offset (header); } while (size < (4 + xing_offset + 4 + 4 + 4 + 4 + 100) && bitrate < 0xfe); - g_print ("0x%x\n", bitrate); - if (bitrate == 0xfe) { GST_ERROR ("No usable bitrate found!"); return NULL;