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.
This commit is contained in:
Sebastian Dröge 2008-01-14 09:09:49 +00:00
parent dc01d9af1d
commit d28bfa3d09
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
* gst/xingheader/gstxingmux.c: (generate_xing_header):
Remove accidentially leftover debug printf.
2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
* gst/xingheader/gstxingmux.c: (has_xing_header),

View file

@ -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;