GNOME Bugzilla – Bug 760883
gl: Black screen on Android after update from 1.6.1 to 1.6.2
Last modified: 2016-01-20 11:27:57 UTC
+++ This bug was initially created as a clone of Bug #760553 +++ I am using gstreamer to send h264 video over RTSP. With 1.6.2 and 1.7.1 I always get a black screen instead of seeing video on the client. I can see the client is connecting and fetching video from the server, and disconnects normally at exit, it just never displays the video. logcat from 1.6.1 (last working version) and 1.6.2 (first not-working version) attached.
This is most likely fixed by this commit commit 22a0914cce9f6352e3042b9f1f7b9cacac2db0b7 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 28 15:53:59 2015 +0200 gl: Add \0 terminators for the Apple sync extension Otherwise GL initialization might check for extensions forever and never finishes. Your debug log does not contain any useful information from GStreamer, so please test if the commit is solving it for you. Otherwise a debug log with gl*:6 would be useful to have. If it's not fixed by that commit, please reopen :)