diff options
author | Benjamin Otte <otte@gnome.org> | 2005-01-06 16:08:11 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-01-06 16:08:11 +0000 |
commit | 6a0908113ed4e5d681ffc1bc4b66b8ba15b57ce9 (patch) | |
tree | 336b4adeaa0a484f225d2cd243bdbb8e6c088a0a /ChangeLog | |
parent | c9832b6d744a1e7da4eec211927937f0a07b42d8 (diff) | |
download | gst-plugins-bad-6a0908113ed4e5d681ffc1bc4b66b8ba15b57ce9.tar.gz gst-plugins-bad-6a0908113ed4e5d681ffc1bc4b66b8ba15b57ce9.tar.bz2 gst-plugins-bad-6a0908113ed4e5d681ffc1bc4b66b8ba15b57ce9.zip |
gst/games/gstpuzzle.c: make RGB endianness work correctly refactor and fix race with initial shuffling allow using th...
Original commit message from CVS:
* gst/games/gstpuzzle.c: (gst_puzzle_base_init):
make RGB endianness work correctly
(gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
refactor and fix race with initial shuffling
(nav_event_handler):
allow using the mouse to puzzle
(draw_puzzle):
insist on tiles having width and height as multiples of 4 to get
clean YUV image handling
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
(gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
s/DEBUG/LOG/ for common messages
(gst_xvimagesink_navigation_send_event):
fix mouse event translation to not include screen PAR
* sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
fix mouse event translation to actually work
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +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): + refactor and fix race with initial shuffling + (nav_event_handler): + allow using the mouse to puzzle + (draw_puzzle): + insist on tiles having width and height as multiples of 4 to get + clean YUV image handling + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new), + (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc): + s/DEBUG/LOG/ for common messages + (gst_xvimagesink_navigation_send_event): + fix mouse event translation to not include screen PAR + * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event): + fix mouse event translation to actually work + 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * gst/asfdemux/gstasfdemux.c: |