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 726041 - PlugIns Bad: eglglessink. Failed to to create multiple display Sink on Android
PlugIns Bad: eglglessink. Failed to to create multiple display Sink on Android
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-10 16:34 UTC by d.dedisse
Modified: 2014-11-20 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Reproduce problem (based on Tutorial-3) (500.00 KB, application/x-compressed-tar)
2014-03-11 16:21 UTC, d.dedisse
Details

Description d.dedisse 2014-03-10 16:34:46 UTC
Android application built with gstreamer SDK 1.2.3 :

multiple eglglessink are not working


In file gstegladaptation_egl.c function gst_egl_adaptation_init_display
if I comment the following line then it works :
if (!ctx->set_display)


Attached a project to reproduce the problem (based on tutorial-3).
Comment 1 Sebastian Dröge (slomo) 2014-03-11 08:42:24 UTC
You forgot to attach the project, please do so :)
Comment 2 d.dedisse 2014-03-11 16:21:51 UTC
Created attachment 271534 [details]
Reproduce problem (based on Tutorial-3)
Comment 3 Sebastian Dröge (slomo) 2014-11-20 13:47:10 UTC
eglglessink does not exist any longer and is replaced by glimagesink in 1.4. Please test if the problem still exists in that GStreamer version.