summaryrefslogtreecommitdiffstats
path: root/ext/sdl/sdlvideosink.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15*.h: Revert indentingJohan Dahlin1-9/+9
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-9/+9
Original commit message from CVS: gst-indent
2004-03-13configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef1-1/+1
Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
2004-03-02Fix for move of gstvideosink.h -> videosink.h.Ronald S. Bultje1-1/+1
Original commit message from CVS: * ext/sdl/sdlvideosink.h: * sys/ximage/ximagesink.h: * sys/xvideo/xvideosink.h: * sys/xvimage/xvimagesink.h: Fix for move of gstvideosink.h -> videosink.h.
2003-12-22Merge CAPS branchDavid Schleef1-3/+0
Original commit message from CVS: Merge CAPS branch
2003-10-28Add XOverlay interface support to both sdlvideosink and xvideosink. They're ↵Ronald S. Bultje1-14/+11
fully interchangeable now. Original commit message from CVS: Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
2003-09-14Integrating the GstVideoSink parent classJulien Moutte1-14/+3
Original commit message from CVS: Integrating the GstVideoSink parent class
2002-01-31Various fixesRonald S. Bultje1-1/+1
Original commit message from CVS: Various fixes
2002-01-10Added support for user-specified width and height with YUV-scaling, added ↵Ronald S. Bultje1-1/+5
support for embedded SDL-windows in other X... Original commit message from CVS: Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input
2001-12-20added sdlThomas Vander Stichele1-0/+87
Original commit message from CVS: added sdl