6ab81f5cc0
1 OBS-URL: https://build.opensuse.org/request/show/258366 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=106
23 lines
512 B
Diff
23 lines
512 B
Diff
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");
|
|
|