Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Basesystem:aarch64
openSUSE:Leap:42.2
pidgin
pidgin-crash-missing-gst-registry.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pidgin-crash-missing-gst-registry.patch of Package pidgin
Index: pidgin-2.10.10/pidgin/gtkmain.c =================================================================== --- pidgin-2.10.10.orig/pidgin/gtkmain.c +++ pidgin-2.10.10/pidgin/gtkmain.c @@ -75,7 +75,7 @@ #endif #include <getopt.h> - +#include <gst/gst.h> #ifdef HAVE_SIGNAL_H @@ -528,6 +528,8 @@ int main(int argc, char *argv[]) */ g_thread_init(NULL); #endif + /* make sure Gst is initialized before any other Glib/Gst calls (see Gst docs) */ + gst_init(NULL, NULL); g_set_prgname("Pidgin");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor