mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
gst/games/gstpuzzle.c: no memleaks, please change initialization code around so we don't reshuffle on resize fix anot...
Original commit message from CVS: * gst/games/gstpuzzle.c: (gst_puzzle_get_type), (gst_puzzle_class_init), (gst_puzzle_finalize): no memleaks, please (gst_puzzle_create), (gst_puzzle_init), (gst_puzzle_set_property), (gst_puzzle_setup): change initialization code around so we don't reshuffle on resize (draw_puzzle): fix another stupid typo
This commit is contained in:
parent
f4abc5e02b
commit
9e2f18edba
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2005-01-06 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* gst/games/gstpuzzle.c: (gst_puzzle_get_type),
|
||||
(gst_puzzle_class_init), (gst_puzzle_finalize):
|
||||
no memleaks, please
|
||||
(gst_puzzle_create), (gst_puzzle_init),
|
||||
(gst_puzzle_set_property), (gst_puzzle_setup):
|
||||
change initialization code around so we don't reshuffle on resize
|
||||
(draw_puzzle):
|
||||
fix another stupid typo
|
||||
|
||||
2005-01-06 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* gst/games/gstvideoimage.c: (copy_hline_YUY2):
|
||||
|
|
Loading…
Reference in a new issue