[Bug 725048] The display handle isn't freed correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 3 09:21:46 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725048
  GStreamer | gst-plugins-gl | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #11 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-03-03 17:43:56 UTC ---
You're application lives longer then your pipeline, can't you simply create
your context before you create your first pipeline and share that. Then you'd
keep that context open till the end of your application, when all your pipeline
has reached NULL state.(See gst_element_set_context(), sequence of operation is
described in GstContext description).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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