diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/xingheader/gstxingmux.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,10 @@ 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), (generate_xing_header), (gst_xing_mux_chain), (gst_xing_mux_sink_event): 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; |