summaryrefslogtreecommitdiffstats
path: root/gst/xingheader/gstxingmux.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-14 09:09:49 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-14 09:09:49 +0000
commitd28bfa3d09ab1e81f221e9107560fcc2b10bcb20 (patch)
tree925c2996c98b1bf89a36bcd86b636095f03fa853 /gst/xingheader/gstxingmux.c
parentdc01d9af1df7c2343239b5c6cec460d5a17e1984 (diff)
downloadgst-plugins-bad-d28bfa3d09ab1e81f221e9107560fcc2b10bcb20.tar.gz
gst-plugins-bad-d28bfa3d09ab1e81f221e9107560fcc2b10bcb20.tar.bz2
gst-plugins-bad-d28bfa3d09ab1e81f221e9107560fcc2b10bcb20.zip
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.
Diffstat (limited to 'gst/xingheader/gstxingmux.c')
-rw-r--r--gst/xingheader/gstxingmux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/xingheader/gstxingmux.c b/gst/xingheader/gstxingmux.c
index 5f6f95e7..2a46fc6a 100644
--- a/gst/xingheader/gstxingmux.c
+++ b/gst/xingheader/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;