libs: utils: move gstvaapisurface.h to private headers

Since the utils don't expose API defined in gstvaapisource.h, it is
moved to their private headers where they are used.

https://bugzilla.gnome.org/show_bug.cgi?id=786119
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-08-10 13:27:11 +02:00
parent 3f9ad1ffd8
commit 3b8b2ff36c
6 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,6 @@
#define GST_VAAPI_UTILS_H264_H
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>
G_BEGIN_DECLS

View file

@ -25,6 +25,7 @@
#include "gstvaapiutils_h264.h"
#include "libgstvaapi_priv_check.h"
#include "gstvaapisurface.h"
G_BEGIN_DECLS

View file

@ -24,7 +24,6 @@
#define GST_VAAPI_UTILS_H265_H
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>
G_BEGIN_DECLS

View file

@ -25,6 +25,7 @@
#include "gstvaapiutils_h265.h"
#include "libgstvaapi_priv_check.h"
#include "gstvaapisurface.h"
G_BEGIN_DECLS

View file

@ -24,7 +24,6 @@
#define GST_VAAPI_UTILS_MPEG2_H
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>
G_BEGIN_DECLS

View file

@ -25,6 +25,7 @@
#include "gstvaapiutils_mpeg2.h"
#include "libgstvaapi_priv_check.h"
#include "gstvaapisurface.h"
G_BEGIN_DECLS