mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
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:
parent
9164da3785
commit
78686acd60
3 changed files with 10 additions and 2 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:
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue