diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-22 18:07:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-22 18:07:14 +0000 |
commit | 1c2f596e1ab1705c8604ff2341e0047d64f748df (patch) | |
tree | 6bde014b2ad932a8f4a1955b83602e2fd215270f /ChangeLog | |
parent | 26faa6d555b49e2908f6425a3357be29034cc48f (diff) | |
download | gst-plugins-bad-1c2f596e1ab1705c8604ff2341e0047d64f748df.tar.gz gst-plugins-bad-1c2f596e1ab1705c8604ff2341e0047d64f748df.tar.bz2 gst-plugins-bad-1c2f596e1ab1705c8604ff2341e0047d64f748df.zip |
fix videoscale for stride
Original commit message from CVS:
fix videoscale for stride
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst/videoscale/videoscale.c: (gst_videoscale_setup), + (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit), + (gst_videoscale_scale_nearest_24bit), + (gst_videoscale_scale_nearest_16bit): + fix 16bit and 24bit for stride (24bit might need testing) + don't pretend we do more than one algorithm + 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: |