mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
3f9ad1ffd8
commit
3b8b2ff36c
6 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
|||
#define GST_VAAPI_UTILS_H264_H
|
||||
|
||||
#include <gst/vaapi/gstvaapiprofile.h>
|
||||
#include <gst/vaapi/gstvaapisurface.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "gstvaapiutils_h264.h"
|
||||
#include "libgstvaapi_priv_check.h"
|
||||
#include "gstvaapisurface.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#define GST_VAAPI_UTILS_H265_H
|
||||
|
||||
#include <gst/vaapi/gstvaapiprofile.h>
|
||||
#include <gst/vaapi/gstvaapisurface.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "gstvaapiutils_h265.h"
|
||||
#include "libgstvaapi_priv_check.h"
|
||||
#include "gstvaapisurface.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#define GST_VAAPI_UTILS_MPEG2_H
|
||||
|
||||
#include <gst/vaapi/gstvaapiprofile.h>
|
||||
#include <gst/vaapi/gstvaapisurface.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "gstvaapiutils_mpeg2.h"
|
||||
#include "libgstvaapi_priv_check.h"
|
||||
#include "gstvaapisurface.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue