[gstreamer-bugs] [Bug 172281] Buffer overflows in gstspeed

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Mar 31 10:35:04 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=172281
 GStreamer | gst-plugins | Ver: 0.8.8





------- Additional Comments From Ronald Bultje  2005-03-31 13:35 -------
the output is correctly ceil()'ed (line 407), but not aligned to sample size
(filter->samplesize). So you'd need to change line 407 in:

  out_size = ceil ((gfloat) (GST_BUFFER_SIZE (in_buf) + filter->sample_size - 1)
* filter->sample_size / (filter->speed * filter->sample_size));

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list