After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757595 - vaapidecodebin: fix a leaked display instance
vaapidecodebin: fix a leaked display instance
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 750547
 
 
Reported: 2015-11-04 16:29 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-11-09 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecodebin: fix a leaked display instance (1.18 KB, patch)
2015-11-04 16:29 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2015-11-04 16:29:28 UTC
The display returned by gst_vaapi_video_context_get_display() increments the
references. Thus, we have to unref the returned display.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Comment 1 Víctor Manuel Jáquez Leal 2015-11-04 16:29:32 UTC
Created attachment 314837 [details] [review]
vaapidecodebin: fix a leaked display instance
Comment 2 Víctor Manuel Jáquez Leal 2015-11-09 14:55:23 UTC
Attachment 314837 [details] pushed as a2611b7 - vaapidecodebin: fix a leaked display instance