mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
vdpau: use local libgstvdp headers
This commit is contained in:
parent
25014f8e7c
commit
f9e00471e3
4 changed files with 7 additions and 4 deletions
|
@ -38,11 +38,12 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gst/base/gstbytereader.h>
|
||||
#include <gst/base/gstbitreader.h>
|
||||
#include <gst/vdpau/gstvdpvideobuffer.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mpegutil.h"
|
||||
#include "gstvdputils.h"
|
||||
#include "gstvdpvideobuffer.h"
|
||||
|
||||
#include "gstvdpmpegdec.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vdp_mpeg_dec_debug);
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
#include <gst/vdpau/gstvdpdevice.h>
|
||||
|
||||
#include "gstvdpdevice.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -44,9 +44,9 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/gstvideosink.h>
|
||||
#include <gst/vdpau/gstvdpoutputbuffer.h>
|
||||
|
||||
#include "gstvdputils.h"
|
||||
#include "gstvdpoutputbuffer.h"
|
||||
|
||||
#include "gstvdpvideopostprocess.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
#define __GST_VDP_VIDEO_POST_PROCESS_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/vdpau/gstvdpdevice.h>
|
||||
|
||||
#include "gstvdpdevice.h"
|
||||
#include "gstvdpvideobuffer.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue