libav: Switch to common include
authorEdward Hervey <edward@centricular.com>
Fri, 11 May 2018 12:24:03 +0000 (14:24 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 11 May 2018 12:24:03 +0000 (14:24 +0200)
ext/libav/gstavauddec.h
ext/libav/gstavviddec.c
ext/libav/gstavviddec.h
ext/libav/gstavvidenc.c
ext/libav/gstavvidenc.h

index 1d16f74..504da80 100644 (file)
@@ -23,7 +23,6 @@ G_BEGIN_DECLS
 
 #include <gst/gst.h>
 #include <gst/audio/audio.h>
-#include <gst/audio/gstaudiodecoder.h>
 #include <libavcodec/avcodec.h>
 
 typedef struct _GstFFMpegAudDec GstFFMpegAudDec;
index 63d74c8..c96fcce 100644 (file)
 #include <libavcodec/avcodec.h>
 #include <libavutil/stereo3d.h>
 
-#include <gst/gst.h>
-#include <gst/video/video.h>
-#include <gst/video/gstvideodecoder.h>
-#include <gst/video/gstvideometa.h>
-#include <gst/video/gstvideopool.h>
-#include <gst/video/video-anc.h>
-
 #include "gstav.h"
 #include "gstavcodecmap.h"
 #include "gstavutils.h"
index 5fdf0dd..13395e9 100644 (file)
@@ -23,7 +23,6 @@ G_BEGIN_DECLS
 
 #include <gst/gst.h>
 #include <gst/video/video.h>
-#include <gst/video/gstvideodecoder.h>
 #include <libavcodec/avcodec.h>
 
 typedef struct _GstFFMpegVidDec GstFFMpegVidDec;
index 36143f5..7b1607c 100644 (file)
@@ -31,9 +31,6 @@
 #include <libavcodec/avcodec.h>
 #include <libavutil/stereo3d.h>
 
-#include <gst/gst.h>
-#include <gst/video/gstvideometa.h>
-
 #include "gstav.h"
 #include "gstavcodecmap.h"
 #include "gstavutils.h"
index 92312bd..efd8b27 100644 (file)
@@ -27,7 +27,7 @@
 G_BEGIN_DECLS
 
 #include <gst/gst.h>
-#include <gst/video/gstvideoencoder.h>
+#include <gst/video/video.h>
 #include <libavcodec/avcodec.h>
 
 typedef struct _GstFFMpegVidEnc GstFFMpegVidEnc;