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