mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
38491e25a3
commit
a51ac72b5e
10 changed files with 11 additions and 2 deletions
|
@ -48,4 +48,3 @@ enum
|
|||
#include <gst/va/gstvapool.h>
|
||||
|
||||
#include <gst/va/gstvautils.h>
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
|
|
@ -18,7 +18,6 @@ va_headers = files(
|
|||
'gstvadisplay_wrapped.h',
|
||||
'gstvapool.h',
|
||||
'gstvautils.h',
|
||||
'gstvavideoformat.h',
|
||||
'va-prelude.h',
|
||||
'va_fwd.h',
|
||||
)
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "gstvabasedec.h"
|
||||
|
||||
#include <gst/va/gstva.h>
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
||||
#include "gstvacaps.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "gstvacaps.h"
|
||||
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
#include <va/va_drmcommon.h>
|
||||
|
||||
#include "gstvadisplay_priv.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "gstvadecoder.h"
|
||||
|
||||
#include <gst/va/gstva.h>
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
||||
#include "gstvacaps.h"
|
||||
#include "gstvadisplay_priv.h"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "gstvadisplay_priv.h"
|
||||
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
||||
#include "gstvaprofile.h"
|
||||
|
||||
GArray *
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "gstvaencoder.h"
|
||||
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
||||
#include "gstvacaps.h"
|
||||
#include "gstvadisplay_priv.h"
|
||||
#include "vacompat.h"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
|
||||
#include "gstvajpegdec.h"
|
||||
|
||||
#include <gst/va/gstvavideoformat.h>
|
||||
|
||||
#include "gstvabasedec.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_va_jpegdec_debug);
|
||||
|
|
Loading…
Reference in a new issue