summaryrefslogtreecommitdiffstats
path: root/gst/games/gstvideoimage.c
AgeCommit message (Collapse)AuthorFilesLines
2005-12-06expand tabsThomas Vander Stichele1-1/+1
Original commit message from CVS: expand tabs
2005-01-06gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2Benjamin Otte1-1/+1
Original commit message from CVS: * gst/games/gstvideoimage.c: (copy_hline_YUY2): fix stupid typo that borked copying on YUY2
2005-01-06gst/asfdemux/gstasfdemux.c: Extract TrackNumber metadata + clean up codeStéphane Loeuillet1-1/+1
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_ext_content_desc): Extract TrackNumber metadata + clean up code * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle): Hope this is the good fix (var used unitialised)
2005-01-06add a puzzle game with...Benjamin Otte1-0/+946
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.