[Bug 781577] Fails to play specific size theora files (vaapisink bufferpool issue)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 27 05:50:39 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781577

--- Comment #15 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 350521
  --> https://bugzilla.gnome.org/attachment.cgi?id=350521&action=edit
vaapivideobufferpool: fix leak of created allocator

Since it's created by itself, it should be unref-counted
after gst_buffer_pool_config_set_allocator call. Afterwards,
this allocator will be ref-counted again when assigning to priv->allocator.

--------------------

I found this leak while I'm working on other task.
IMHO, this leak could be critical because this leads to leak of VaapiDisplay.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list