summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-01-06 18:17:35 +0000
committerBenjamin Otte <otte@gnome.org>2005-01-06 18:17:35 +0000
commit718cfae388a39ec015644df78db0533cb5629ef7 (patch)
treef0f862bcefe25462ac1b1614c5fcaf4acd99bb9c
parent8a64fd92cc5f28109dbb18f39aaf75c411bbc60d (diff)
gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2
Original commit message from CVS: * gst/games/gstvideoimage.c: (copy_hline_YUY2): fix stupid typo that borked copying on YUY2
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc65abc..e4c36521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-06 Benjamin Otte <otte@gnome.org>
+ * gst/games/gstvideoimage.c: (copy_hline_YUY2):
+ fix stupid typo that borked copying on YUY2
+
+2005-01-06 Benjamin Otte <otte@gnome.org>
+
* gst/games/gstpuzzle.c: (draw_puzzle):
fix edges when image sizes aren't multiples of tile sizes