[Bug 725202] New: ios: TLS GIO module does not work
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Feb 26 00:20:38 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=725202
GStreamer | packages | git
Summary: ios: TLS GIO module does not work
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: packages
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: slomo at coaxion.net
QAContact: gstreamer-bugs at lists.freedesktop.org
CC: ylatuya at gmail.com
GNOME version: ---
The TLS GIO module does not work on iOS. Reason is that it is removed from the
final application during linking as nothing is directly referencing the name of
the module registration function. During runtime then the dlsym() to get the
registration function will return NULL and the module is never registered.
Fix would be to never remove that symbol, or to use a GIO module registration
mechanism that directly calls something inside the GIO module to register it.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list