ext/lame/gstlame.c: Use gst_util_uint64_scale instead of gst_util_uint64_scale_int...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 11:24:57 +0000 (11:24 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 11:24:57 +0000 (11:24 +0000)
commit9d87e1468bd03e3937f1a7f3e7d91af5b9beff21
treea106fbf89b4cebfc89b4fba82d9f7ab5f3f8dbfa
parent0e62059993ddd1af724334d040b83b7c913cdd8c
ext/lame/gstlame.c: Use gst_util_uint64_scale instead of gst_util_uint64_scale_int as 8 * GST_SECOND is too large for...

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_sink_event):
Use gst_util_uint64_scale instead of gst_util_uint64_scale_int
as 8 * GST_SECOND is too large for int.
ext/lame/gstlame.c