va: Move gstvavideoformat out of library headers.

Since it's no needed for API consumers. Though it can be added later.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1025>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-09-13 14:46:37 +02:00
parent 38491e25a3
commit a51ac72b5e
10 changed files with 11 additions and 2 deletions

View file

@ -48,4 +48,3 @@ enum
#include <gst/va/gstvapool.h>
#include <gst/va/gstvautils.h>
#include <gst/va/gstvavideoformat.h>

View file

@ -18,7 +18,6 @@ va_headers = files(
'gstvadisplay_wrapped.h',
'gstvapool.h',
'gstvautils.h',
'gstvavideoformat.h',
'va-prelude.h',
'va_fwd.h',
)

View file

@ -21,6 +21,7 @@
#include "gstvabasedec.h"
#include <gst/va/gstva.h>
#include <gst/va/gstvavideoformat.h>
#include "gstvacaps.h"

View file

@ -24,6 +24,7 @@
#include "gstvacaps.h"
#include <gst/va/gstvavideoformat.h>
#include <va/va_drmcommon.h>
#include "gstvadisplay_priv.h"

View file

@ -25,6 +25,7 @@
#include "gstvadecoder.h"
#include <gst/va/gstva.h>
#include <gst/va/gstvavideoformat.h>
#include "gstvacaps.h"
#include "gstvadisplay_priv.h"

View file

@ -24,6 +24,8 @@
#include "gstvadisplay_priv.h"
#include <gst/va/gstvavideoformat.h>
#include "gstvaprofile.h"
GArray *

View file

@ -25,6 +25,8 @@
#include "gstvaencoder.h"
#include <gst/va/gstvavideoformat.h>
#include "gstvacaps.h"
#include "gstvadisplay_priv.h"
#include "vacompat.h"

View file

@ -24,6 +24,7 @@
#include "gstvafilter.h"
#include <gst/va/gstvavideoformat.h>
#include <gst/va/vasurfaceimage.h>
#include <gst/video/video.h>
#include <va/va_drmcommon.h>

View file

@ -54,6 +54,7 @@
#include <gst/codecparsers/gsth264bitwriter.h>
#include <gst/va/gstva.h>
#include <gst/va/gstvavideoformat.h>
#include <gst/va/vasurfaceimage.h>
#include <gst/video/video.h>
#include <va/va_drmcommon.h>

View file

@ -44,6 +44,8 @@
#include "gstvajpegdec.h"
#include <gst/va/gstvavideoformat.h>
#include "gstvabasedec.h"
GST_DEBUG_CATEGORY_STATIC (gst_va_jpegdec_debug);