diff options
| author | Benjamin Otte <otte@gnome.org> | 2005-01-06 06:48:01 +0000 |
|---|---|---|
| committer | Benjamin Otte <otte@gnome.org> | 2005-01-06 06:48:01 +0000 |
| commit | 12669065ce735f6100bb3c9ab74499af985ddd6d (patch) | |
| tree | a16683b4a8d030b207076e20215940888f2a1d72 /ChangeLog | |
| parent | ba73605055b5422ab7dbbedbfcc447018dece257 (diff) | |
add a puzzle game with...
Original commit message from CVS:
* configure.ac:
* gst/games/Makefile.am:
* gst/games/gstpuzzle.c:
add a puzzle game with...
* gst/games/gstvideoimage.c:
* gst/games/gstvideoimage.h:
... full colorspace support (that includes YUV9 and RGB16)) stolen
from videotestsrc and made into something that would be a nice
library for a lot of other plugins.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * configure.ac: + * gst/games/Makefile.am: + * gst/games/gstpuzzle.c: + add a puzzle game with... + * gst/games/gstvideoimage.c: + * gst/games/gstvideoimage.h: + ... full colorspace support (that includes YUV9 and RGB16)) stolen + from videotestsrc and made into something that would be a nice + library for a lot of other plugins. + 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> * configure.ac: |
