mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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.
This commit is contained in:
parent
2403086eb0
commit
1731f0f513
2 changed files with 14 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -396,6 +396,7 @@ GST_PLUGINS_ALL="\
|
|||
passthrough \
|
||||
playback \
|
||||
playondemand \
|
||||
games \
|
||||
qtdemux \
|
||||
realmedia \
|
||||
rtjpeg \
|
||||
|
@ -1937,6 +1938,7 @@ gst/festival/Makefile
|
|||
gst/ffmpegcolorspace/Makefile
|
||||
gst/filter/Makefile
|
||||
gst/flx/Makefile
|
||||
gst/games/Makefile
|
||||
gst/goom/Makefile
|
||||
gst/interleave/Makefile
|
||||
gst/law/Makefile
|
||||
|
|
Loading…
Reference in a new issue