glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool option

This commit is contained in:
Matthew Waters 2014-10-18 10:03:43 +02:00
parent 8bf2acba1d
commit 7b4db67f6c

View file

@ -822,6 +822,8 @@ gst_gl_mixer_decide_allocation (GstGLMixer * mix, GstQuery * query)
gst_buffer_pool_config_set_params (config, caps, size, min, max);
gst_buffer_pool_config_add_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META);
gst_buffer_pool_config_add_option (config,
GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META);
gst_buffer_pool_set_config (pool, config);