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 760883 - gl: Black screen on Android after update from 1.6.1 to 1.6.2
gl: Black screen on Android after update from 1.6.1 to 1.6.2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.6.1
Other Linux
: Normal blocker
: 1.6.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-20 11:27 UTC by Sebastian Dröge (slomo)
Modified: 2016-01-20 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2016-01-20 11:27:37 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.
Comment 1 Sebastian Dröge (slomo) 2016-01-20 11:27:57 UTC
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 :)