From: Benjamin Otte Date: Thu, 6 Jan 2005 18:44:08 +0000 (+0000) Subject: gst/games/gstpuzzle.c: no memleaks, please change initialization code around so we... X-Git-Tag: 1.19.3~511^2~13302 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b63857c00d0259381c02dc6d8fa5d2e0b5432ba1;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ChangeLog b/ChangeLog index e4c3652..a52a72b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2005-01-06 Benjamin Otte + * 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 + * gst/games/gstvideoimage.c: (copy_hline_YUY2): fix stupid typo that borked copying on YUY2