summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-11-22 22:18:55 +0100
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-11-22 22:38:09 +0100
commit65bc7c87b2a2a2d1776b1592be4b7eb7c8367df3 (patch)
tree9577663b20b21beea060495388c02ab9041e8194 /sys
parent9046f1e0892d1a4f21de7314c5cd3ee3ac959dcd (diff)
downloadgstreamer-plugins-bad-65bc7c87b2a2a2d1776b1592be4b7eb7c8367df3.tar.gz
gstvdpvideobuffer: fix typo
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpvideobuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpvideobuffer.c b/sys/vdpau/gstvdpvideobuffer.c
index 6a6ea7075..9a8666e92 100644
--- a/sys/vdpau/gstvdpvideobuffer.c
+++ b/sys/vdpau/gstvdpvideobuffer.c
@@ -431,7 +431,7 @@ gst_vdp_video_buffer_download (GstVdpVideoBuffer * video_buf,
GST_LOG_OBJECT (video_buf, "Entering vdp_video_surface_get_bits_ycbcr");
status =
device->vdp_video_surface_get_bits_ycbcr (surface,
- VDP_YCBCR_FORMAT_YV12, (void *) data, stride);
+ format, (void *) data, stride);
GST_LOG_OBJECT (video_buf,
"Got status %d from vdp_video_surface_get_bits_ycbcr", status);
if (G_UNLIKELY (status != VDP_STATUS_OK)) {