summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-27 15:59:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-27 15:59:09 +0000
commit7ebed40105db8290823aa0d39ac35c0aa1d9c3a7 (patch)
treee89df4c6d1dce858c69b52182c081ec017a1f8a6 /ChangeLog
parent8101722d34a1191468b888ed9a5f734dc27bd4e0 (diff)
downloadgst-plugins-bad-7ebed40105db8290823aa0d39ac35c0aa1d9c3a7.tar.gz
gst-plugins-bad-7ebed40105db8290823aa0d39ac35c0aa1d9c3a7.tar.bz2
gst-plugins-bad-7ebed40105db8290823aa0d39ac35c0aa1d9c3a7.zip
handle stride correctly
Original commit message from CVS: handle stride correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1ad2940..7097321b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
+ (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
+ * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
+ handle stride, needs work if we want to move stride handling
+ upstream, but works correctly for our purposes.
+
+2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst/videoscale/README:
add testing examples
* gst/videoscale/gstvideoscale.c: (gst_videoscale_link),