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:
parent
20894aeda7
commit
ec9cf651e2
@ -238,8 +238,6 @@ generate_xing_header (GstXingMux * xing)
|
|||||||
xing_offset = get_xing_offset (header);
|
xing_offset = get_xing_offset (header);
|
||||||
} while (size < (4 + xing_offset + 4 + 4 + 4 + 4 + 100) && bitrate < 0xfe);
|
} while (size < (4 + xing_offset + 4 + 4 + 4 + 4 + 100) && bitrate < 0xfe);
|
||||||
|
|
||||||
g_print ("0x%x\n", bitrate);
|
|
||||||
|
|
||||||
if (bitrate == 0xfe) {
|
if (bitrate == 0xfe) {
|
||||||
GST_ERROR ("No usable bitrate found!");
|
GST_ERROR ("No usable bitrate found!");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user