gstreamer/gst
Jan Schmidt 02a7b31f0e audioresample: Fix buffer size transformations
When calculating the input/output buffer sizes in the transform_size function,
take the number of channels into account, so we don't end up calculating
a buffer size that only contains a partial number of audio frames.

Also, when going from output size to input size, round down rather than
up, so as to calculate the minimum number of samples that *might* yield
a buffer of the intended destination size.

Fixes: #580470 and #580952
2009-05-01 16:47:53 +01:00
..
adder adder: log details in getcaps like in setcaps 2009-03-10 21:14:43 +02:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:18 +00:00
audioconvert Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
audiorate Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
audioresample audioresample: Fix buffer size transformations 2009-05-01 16:47:53 +01:00
audiotestsrc gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling. 2009-01-05 10:59:35 +00:00
ffmpegcolorspace ffmpegcolorspace: video/x-raw-gray is the same as the YUV Y800 format 2009-03-28 09:43:23 +01:00
gdp Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
playback decodebin2: Don't reduce max-size-time of exposed groups. Fixes #579912 2009-04-23 11:54:55 +02:00
subparse subparse: use the right variable in debug log, encoding is not yet initialized 2009-03-05 10:58:12 +02:00
tcp multifdsink: add property to resend streamheaders 2009-04-14 17:04:06 +02:00
typefind typefinding: make flac typefinder return lower probability for frame headers 2009-03-15 19:57:36 +00:00
videorate videorate: clear discont on duplicated buffers 2009-04-28 16:45:07 +02:00
videoscale videoscale: Don't read over line ends when taking the last Cr or Cb 2009-04-02 11:10:12 +02:00
videotestsrc videotestsrc: Initialize buffer memory with zeroes 2009-03-28 10:40:43 +01:00
volume gst/volume/gstvolume.c: Use new basetransform vmethod to reconfigure the dynamic properties and any pending volume/mu... 2008-12-08 18:44:22 +00:00
Makefile.am gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice 2008-03-03 23:59:45 +00:00