Displaying 1 result from an estimated 1 matches for "gthreadfunc".
Did you mean:
threadfunc
2017 Feb 07
1
Trick to compile older packages
...edia.c: In function 'gst_rtsp_media_class_init':
rtsp-media.c:143:3: error: 'g_thread_create' is deprecated (declared at
/usr/include/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new'
instead [-Werror=deprecated-declarations]
klass->thread = g_thread_create ((GThreadFunc) do_loop, klass, TRUE,
&error);
^
rtsp-media.c: In function 'gst_rtsp_media_init':
rtsp-media.c:160:3: error: 'g_mutex_new' is deprecated (declared at
/usr/include/glib-2.0/glib/deprecated/gthread.h:277)
[-Werror=deprecated-declarations]
media->lock = g_mutex_new ();...