mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
bin: fix typo in log message when threadpool alloc fails
https://bugzilla.gnome.org/show_bug.cgi?id=754975
This commit is contained in:
parent
6972e7a926
commit
09900bbfb1
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ gst_bin_class_init (GstBinClass * klass)
|
|||
klass->pool =
|
||||
g_thread_pool_new ((GFunc) gst_bin_continue_func, NULL, -1, FALSE, &err);
|
||||
if (err != NULL) {
|
||||
g_critical ("could alloc threadpool %s", err->message);
|
||||
g_critical ("could not alloc threadpool %s", err->message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue