summaryrefslogtreecommitdiff
path: root/sys/pvr2d/gstpvrvideosink.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-07-06 11:50:53 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-07-06 11:50:53 +0200
commit0fc94cd7b0e43c81765ab457fbcf8e9acbcb4f02 (patch)
tree66a48925ad03b7ede2e0de37f8ca63292503aead /sys/pvr2d/gstpvrvideosink.c
parent9baf930a89cd4062d0a1389dcccc6d0cc4f7b827 (diff)
downloadgstreamer-plugins-bad-0fc94cd7b0e43c81765ab457fbcf8e9acbcb4f02.tar.gz
update for query api changes
Diffstat (limited to 'sys/pvr2d/gstpvrvideosink.c')
-rw-r--r--sys/pvr2d/gstpvrvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pvr2d/gstpvrvideosink.c b/sys/pvr2d/gstpvrvideosink.c
index b0963cbdb..1b5960188 100644
--- a/sys/pvr2d/gstpvrvideosink.c
+++ b/sys/pvr2d/gstpvrvideosink.c
@@ -1024,7 +1024,7 @@ gst_pvrvideosink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
gst_query_set_allocation_params (query, size, 3, 0, 0, 0, pool);
/* we also support various metadata */
- gst_query_add_allocation_meta (query, GST_VIDEO_CROP_META_API);
+ gst_query_add_allocation_meta (query, GST_VIDEO_CROP_META_API, NULL);
gst_object_unref (pool);