summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-01-06 18:44:08 +0000
committerBenjamin Otte <otte@gnome.org>2005-01-06 18:44:08 +0000
commit5bddeb9d5bff3babf65dcd41c3f557076d7f0993 (patch)
tree12f89d1dab3df9e585a5357950e5575e2c587ff1 /ChangeLog
parentbc9ee3da4e1cf75800f85fdc39339bd0f236c993 (diff)
downloadgst-plugins-bad-5bddeb9d5bff3babf65dcd41c3f557076d7f0993.tar.gz
gst-plugins-bad-5bddeb9d5bff3babf65dcd41c3f557076d7f0993.tar.bz2
gst-plugins-bad-5bddeb9d5bff3babf65dcd41c3f557076d7f0993.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4c36521..a52a72be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
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):
fix stupid typo that borked copying on YUY2