gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2
authorBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 18:17:35 +0000 (18:17 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 18:17:35 +0000 (18:17 +0000)
Original commit message from CVS:
* gst/games/gstvideoimage.c: (copy_hline_YUY2):
fix stupid typo that borked copying on YUY2

ChangeLog

index 4dc65ab..e4c3652 100644 (file)
--- 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