diff options
author | David Schleef <ds@schleef.org> | 2005-06-16 01:30:26 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-06-16 01:30:26 +0000 |
commit | 2d617426b52b85f9e334ab2496a4ffcb341785ef (patch) | |
tree | 23aed887429f3d8938b646f4f9c6452cbc169724 | |
parent | f7ee26f4512878503199a110c3665fff224a1939 (diff) | |
download | gst-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |