gstlibav: minor fixes for header files
authorMatej Knopp <matej.knopp@gmail.com>
Sat, 9 May 2020 13:20:00 +0000 (15:20 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 9 May 2020 19:09:41 +0000 (19:09 +0000)
Move G_BEGIN_DECLS below includes and add missing include

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/71>

ext/libav/gstavaudenc.h
ext/libav/gstavcodecmap.h
ext/libav/gstavviddec.h

index 4140856..23640bb 100644 (file)
 #ifndef __GST_FFMPEGAUDENC_H__
 #define __GST_FFMPEGAUDENC_H__
 
-G_BEGIN_DECLS
-
 #include <gst/gst.h>
 #include <gst/audio/gstaudioencoder.h>
 #include <libavcodec/avcodec.h>
 
+G_BEGIN_DECLS
+
 typedef struct _GstFFMpegAudEnc GstFFMpegAudEnc;
 
 struct _GstFFMpegAudEnc
index 56975b6..6681a62 100644 (file)
@@ -21,6 +21,7 @@
 #define __GST_FFMPEG_CODECMAP_H__
 
 #include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
 #include <gst/gst.h>
 #include <gst/audio/audio.h>
 #include <gst/video/video.h>
index a4ee1a0..a9f9da1 100644 (file)
 #ifndef __GST_FFMPEGVIDDEC_H__
 #define __GST_FFMPEGVIDDEC_H__
 
-G_BEGIN_DECLS
-
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <libavcodec/avcodec.h>
 
+G_BEGIN_DECLS
+
 typedef struct _GstFFMpegVidDec GstFFMpegVidDec;
 struct _GstFFMpegVidDec
 {