summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-06-16 01:30:26 +0000
committerDavid Schleef <ds@schleef.org>2005-06-16 01:30:26 +0000
commit2d617426b52b85f9e334ab2496a4ffcb341785ef (patch)
tree23aed887429f3d8938b646f4f9c6452cbc169724
parentf7ee26f4512878503199a110c3665fff224a1939 (diff)
downloadgst-plugins-bad-2d617426b52b85f9e334ab2496a4ffcb341785ef.tar.gz
gst-plugins-bad-2d617426b52b85f9e334ab2496a4ffcb341785ef.tar.bz2
gst-plugins-bad-2d617426b52b85f9e334ab2496a4ffcb341785ef.zip
gst/videotestsrc/videotestsrc.c: Fix I420 painting that ends in an odd column (bug #300471)
Original commit message from CVS: * gst/videotestsrc/videotestsrc.c: (paint_hline_I420): Fix I420 painting that ends in an odd column (bug #300471)
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 655a276f..cb9cf82e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-15 David Schleef <ds@schleef.org>
+
+ * gst/videotestsrc/videotestsrc.c: (paint_hline_I420): Fix I420
+ painting that ends in an odd column (bug #300471)
+
2005-06-15 Tim-Philipp Müller <tim at centricular dot net>
* ext/cdio/cddasrc.c: (cddasrc_uri_set_uri):