summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdpsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpsink.c')
-rw-r--r--sys/vdpau/gstvdpsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpsink.c b/sys/vdpau/gstvdpsink.c
index 815c74dd0..933990f8c 100644
--- a/sys/vdpau/gstvdpsink.c
+++ b/sys/vdpau/gstvdpsink.c
@@ -912,7 +912,7 @@ gst_vdp_sink_get_output_buffer (VdpSink * vdp_sink, GstCaps * caps,
}
*buf = GST_BUFFER (gst_vdp_output_buffer_new (vdp_sink->device,
- rgba_format, width, height));
+ rgba_format, width, height, NULL));
if (*buf == NULL) {
return GST_FLOW_ERROR;
}