mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Typo in comment
This commit is contained in:
parent
4874f00144
commit
e1927aca14
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ void gst_native_init (JNIEnv* env, jobject thiz) {
|
|||
data->app = (*env)->NewGlobalRef (env, thiz);
|
||||
GST_DEBUG ("Created GlobalRef for app object at %p", data->app);
|
||||
pthread_create (&gst_app_thread, NULL, &app_function, data);
|
||||
/* FIXME: Wait until thread has started and the main loop is runing */
|
||||
/* FIXME: Wait until thread has started and the main loop is running */
|
||||
usleep (100000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue