diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index ce61b86065..30548992a2 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -1810,7 +1810,7 @@ type_found (GstElement * typefind, guint probability, gchar *temp_template, *filename; const gchar *tmp_dir, *prgname; - tmp_dir = g_get_tmp_dir (); + tmp_dir = g_get_user_cache_dir (); prgname = g_get_prgname (); if (prgname == NULL) prgname = "GStreamer";