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.
This commit is contained in:
Ronald S. Bultje 2004-03-02 02:10:28 +00:00
parent 9164da3785
commit 78686acd60
3 changed files with 10 additions and 2 deletions

View file

@ -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:

View file

@ -20,7 +20,7 @@
#ifndef __GST_XIMAGESINK_H__
#define __GST_XIMAGESINK_H__
#include <gst/video/gstvideosink.h>
#include <gst/video/videosink.h>
#ifdef HAVE_XSHM
#include <sys/ipc.h>

View file

@ -20,7 +20,7 @@
#ifndef __GST_XVIMAGESINK_H__
#define __GST_XVIMAGESINK_H__
#include <gst/video/gstvideosink.h>
#include <gst/video/videosink.h>
#ifdef HAVE_XSHM
#include <sys/ipc.h>