diff options
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ stp_on_gst_bus_message (GstBus *bus, soup_message_set_status (ctx->msg, SOUP_STATUS_INTERNAL_SERVER_ERROR); /* Cleanup in the default main context, * because GHashTable is not thread-safe */ - g_main_context_invoke_full (NULL, G_PRIORITY_HIGH, + g_main_context_invoke_full (NULL, G_PRIORITY_LOW, (GSourceFunc)invoke_g_hash_table_remove, ctx, NULL); break; @@ -68,7 +68,7 @@ stp_on_gst_bus_message (GstBus *bus, g_debug ("End of file"); /* Cleanup in the default main context, * because GHashTable is not thread-safe */ - g_main_context_invoke_full (NULL, G_PRIORITY_HIGH, + g_main_context_invoke_full (NULL, G_PRIORITY_LOW, (GSourceFunc)invoke_g_hash_table_remove, ctx, NULL); break; |