diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ext/sdl/sdlvideosink.h | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * ext/sdl/sdlvideosink.h: + * sys/ximage/ximagesink.h: + * sys/xvideo/xvideosink.h: + * sys/xvimage/xvimagesink.h: + Fix for move of gstvideosink.h -> videosink.h. + 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org> * gst-libs/gst/xwindowlistener/Makefile.am: diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h index e4e0df0c..ea45b654 100644 --- a/ext/sdl/sdlvideosink.h +++ b/ext/sdl/sdlvideosink.h @@ -20,7 +20,7 @@ #ifndef __GST_SDLVIDEOSINK_H__ #define __GST_SDLVIDEOSINK_H__ -#include <gst/video/gstvideosink.h> +#include <gst/video/videosink.h> #include <SDL.h> |