summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog8
-rw-r--r--ext/sdl/sdlvideosink.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98be8d6c..18343773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>