[Bug 744999] Crash in OpenGL ES draw_cb on iOS when going to background

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jul 26 06:18:58 PDT 2015


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

Matthew Waters <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #3 from Matthew Waters <ystreet00 at gmail.com> ---
autovideosink equates to glimagesink on iOS so it is being used.

No idea if this is easily solvable or not.  To work around you will have to
prevent buffers from reaching autovideosink/glimagesink while your app is in
the background.  Also, your app can be killed at any time while backgrounded so
you will need to account for this.  i.e. you will need to account for
restarting a viewing of the stream at any point in time anyway.  Also, video
recording is not allowed in the background either so that will also fail.

-- 
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