mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
fix includes for moved interfaces
This commit is contained in:
parent
4fb0f98bb9
commit
552e825b4f
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/interfaces/videooverlay.h>
|
||||
#include <gst/video/videooverlay.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#ifdef HAVE_X
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
#include <gst/interfaces/videooverlay.h>
|
||||
#include <gst/video/videooverlay.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (seek_debug);
|
||||
#define GST_CAT_DEFAULT (seek_debug)
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <gdk/gdkwin32.h>
|
||||
#endif
|
||||
|
||||
#include <gst/interfaces/videooverlay.h>
|
||||
#include <gst/video/videooverlay.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (seek_debug);
|
||||
#define GST_CAT_DEFAULT (seek_debug)
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/interfaces/videooverlay.h>
|
||||
#include <gst/video/videooverlay.h>
|
||||
#include <gst/video/gstvideosink.h>
|
||||
|
||||
static struct
|
||||
|
|
Loading…
Reference in a new issue