GNOME Bugzilla – Bug 726041
PlugIns Bad: eglglessink. Failed to to create multiple display Sink on Android
Last modified: 2014-11-20 13:47:10 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).
You forgot to attach the project, please do so :)
Created attachment 271534 [details] Reproduce problem (based on Tutorial-3)
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.