summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-02 02:10:25 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-02 02:10:25 +0000
commit5b721dfae4e02f42f7b02f5936287a0e369c5417 (patch)
tree7821ad58dfa22a863f668f84bcee460592400982 /ext
parent2f1ff786b606362c724099620f48e1be085db8c6 (diff)
downloadgst-plugins-bad-5b721dfae4e02f42f7b02f5936287a0e369c5417.tar.gz
gst-plugins-bad-5b721dfae4e02f42f7b02f5936287a0e369c5417.tar.bz2
gst-plugins-bad-5b721dfae4e02f42f7b02f5936287a0e369c5417.zip
Fix for move of gstvideosink.h -> videosink.h.
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/sdl/sdlvideosink.h2
1 files changed, 1 insertions, 1 deletions
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>