mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
glupload: unref the bufferpool
This commit is contained in:
parent
4be45e5f30
commit
773f9fa6ff
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ _gl_memory_upload_propose_allocation (gpointer impl, GstQuery * decide_query,
|
|||
gst_query_add_allocation_pool (query, pool, size, 1, 0);
|
||||
}
|
||||
|
||||
if (pool)
|
||||
gst_object_unref (pool);
|
||||
|
||||
return;
|
||||
|
||||
invalid_caps:
|
||||
|
|
Loading…
Reference in a new issue