mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
gstvdpvideobuffer: fix typo
This commit is contained in:
parent
9046f1e089
commit
65bc7c87b2
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue