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 730986 - eglglessink gives undefined symbol error
eglglessink gives undefined symbol error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.4
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-30 09:44 UTC by Yogish
Modified: 2014-10-30 18:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (7.58 KB, patch)
2014-05-30 09:44 UTC, Yogish
none Details | Review

Description Yogish 2014-05-30 09:44:31 UTC
Created attachment 277524 [details] [review]
Fix

eglglessink gives undefined symbol error for eglDestroyImageKHR, eglCreateImageKHR and glEGLImageTargetTexture2DOES. These are extension functions whose proc address should be queried with eglGetProcAddress().
Comment 1 Tim-Philipp Müller 2014-10-30 18:48:39 UTC
Hi, thanks for the patch, and sorry it took so long until someone had a look at it.

eglglessink was removed in the latest stable GStreamer series, with glimagesink being the replacement.

Please file a new bug against glimagesink if you still have problems with
glimagesink and recent versions of GStreamer (git master or 1.4.x), thanks!