diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 17:47:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 17:47:27 +0000 |
commit | fab35e5e25d5e78272c49437a1ac16ff7a2be7dc (patch) | |
tree | 8b968f60ec00f28ec0c3076e7db13592528c5bb1 /ext/sdl | |
parent | 1be0809073743e951c34669ac5a4cc9019554f17 (diff) | |
download | gstreamer-plugins-bad-fab35e5e25d5e78272c49437a1ac16ff7a2be7dc.tar.gz |
fix include
Original commit message from CVS:
fix include
Diffstat (limited to 'ext/sdl')
-rw-r--r-- | ext/sdl/sdlvideosink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h index dc41c0f47..2a4cabfc2 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/videosink.h> +#include <gst/video/gstvideosink.h> #include <SDL.h> |