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)
commit471651b465df9a81912923381a302b99cfb7098b
tree05a410f9241123708024452089288a7e97b01940
parent790c1041e5b442859672882210afc6a982caab54
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.
ChangeLog
ext/lame/gstlame.c