diff options
author | Benjamin Otte <otte@gnome.org> | 2005-01-06 16:37:30 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-01-06 16:37:30 +0000 |
commit | 2ed845fcad548a83ff96848b0d056e36435b5fcc (patch) | |
tree | 3423e97ba70d23bb551fd46f155726d45f838388 /ChangeLog | |
parent | 6a0908113ed4e5d681ffc1bc4b66b8ba15b57ce9 (diff) | |
download | gst-plugins-bad-2ed845fcad548a83ff96848b0d056e36435b5fcc.tar.gz gst-plugins-bad-2ed845fcad548a83ff96848b0d056e36435b5fcc.tar.bz2 gst-plugins-bad-2ed845fcad548a83ff96848b0d056e36435b5fcc.zip |
gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizes
Original commit message from CVS:
* gst/games/gstpuzzle.c: (draw_puzzle):
fix edges when image sizes aren't multiples of tile sizes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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 + +2005-01-06 Benjamin Otte <otte@gnome.org> + * gst/games/gstpuzzle.c: (gst_puzzle_base_init): make RGB endianness work correctly (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move): |