vdpau: Fix includes
This commit is contained in:
parent
d57488461a
commit
635e2774e6
@ -18,7 +18,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <gst/vdpau/gstvdpvideobuffer.h>
|
||||
#include "gstvdpvideobuffer.h"
|
||||
|
||||
#include "gstvdputils.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define _GST_VDP_UTILS_H_
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/vdpau/gstvdpdevice.h>
|
||||
#include "gstvdpdevice.h"
|
||||
|
||||
GstCaps *gst_vdp_video_to_output_caps (GstCaps * caps);
|
||||
GstCaps *gst_vdp_yuv_to_output_caps (GstCaps *caps);
|
||||
|
Loading…
x
Reference in New Issue
Block a user