diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-10-08 20:13:04 +0200 |
---|---|---|
committer | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-11-22 22:38:07 +0100 |
commit | 4609e07c5efb6742d58749d3859ad63e88ef18c2 (patch) | |
tree | 1a8988e31b9c67e76721c96fceb4a0b889476e50 /sys/vdpau/gstvdputils.h | |
parent | a801e81efb510e3d04a467f48a491ded1f29ee1c (diff) | |
download | gstreamer-plugins-bad-4609e07c5efb6742d58749d3859ad63e88ef18c2.tar.gz |
vdpauvideopostprocess: add support for video/x-raw-yuv input
Diffstat (limited to 'sys/vdpau/gstvdputils.h')
-rw-r--r-- | sys/vdpau/gstvdputils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdputils.h b/sys/vdpau/gstvdputils.h index d74287156..375536d05 100644 --- a/sys/vdpau/gstvdputils.h +++ b/sys/vdpau/gstvdputils.h @@ -28,5 +28,6 @@ GstCaps *gst_vdp_video_to_yuv_caps (GstCaps *caps, GstVdpDevice *device); GstCaps *gst_vdp_yuv_to_video_caps (GstCaps *caps, GstVdpDevice *device); GstCaps *gst_vdp_video_to_output_caps (GstCaps * caps); +GstCaps *gst_vdp_yuv_to_output_caps (GstCaps *caps); #endif /* _GST_VDP_UTILS_H_ */
\ No newline at end of file |