summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.c b/src/lib.c
index 2fe0c94..019b4f7 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -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;