summaryrefslogtreecommitdiff
path: root/gst/effectv
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-10-31 02:24:04 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-02 09:06:37 +0100
commitb1ef7e8a862212f79f31161d5b5c560b232b9733 (patch)
tree05b4da7b83e00efd767dd50962eaa75225e06336 /gst/effectv
parent0560ab53c052ee01968961ae17d148b1fff3559b (diff)
downloadgstreamer-plugins-good-b1ef7e8a862212f79f31161d5b5c560b232b9733.tar.gz
update for meta api change
Diffstat (limited to 'gst/effectv')
-rw-r--r--gst/effectv/gstwarp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 72a45c0d0..c4d7a73a3 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -54,7 +54,7 @@
#include <math.h>
#include "gstwarp.h"
-#include <gst/video/gstmetavideo.h>
+#include <gst/video/gstvideometa.h>
#include <gst/video/gstvideopool.h>
#ifndef M_PI
@@ -256,7 +256,7 @@ gst_wraptv_decide_allocation (GstBaseTransform * trans, GstQuery * query)
config = gst_buffer_pool_get_config (pool);
gst_buffer_pool_config_add_option (config,
- GST_BUFFER_POOL_OPTION_META_VIDEO);
+ GST_BUFFER_POOL_OPTION_VIDEO_META);
gst_buffer_pool_set_config (pool, config);
}
return TRUE;