summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2015-12-15 14:17:16 +1100
committerAlessandro Decina <alessandro.d@gmail.com>2015-12-16 17:03:03 +1100
commitc1720963e412ea3b8b72f8e2df9dc7daef3f5d4c (patch)
tree5b23c812171f644492b255f24a3804b9e575147f /gst-libs
parent516047f66f3acc5dd3b975c5d0abcee0d98c9316 (diff)
downloadgstreamer-plugins-bad-c1720963e412ea3b8b72f8e2df9dc7daef3f5d4c.tar.gz
glupload: fix allocator name after GLMemory API changes
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/gstglupload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c
index 51ac1ba79..f378e4244 100644
--- a/gst-libs/gst/gl/gstglupload.c
+++ b/gst-libs/gst/gl/gstglupload.c
@@ -223,7 +223,7 @@ _gl_memory_upload_propose_allocation (gpointer impl, GstQuery * decide_query,
GstAllocationParams params;
gst_allocation_params_init (&params);
- allocator = gst_allocator_find (GST_GL_MEMORY_ALLOCATOR_NAME);
+ allocator = gst_allocator_find (GST_GL_MEMORY_PBO_ALLOCATOR_NAME);
gst_query_add_allocation_param (query, allocator, &params);
gst_object_unref (allocator);
}