mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
uridecodebin: Use cache dir for download buffering
Instead of the temp directory. See: http://0pointer.de/blog/projects/tmp.html https://bugzilla.gnome.org/show_bug.cgi?id=677181
This commit is contained in:
parent
c7b2011d68
commit
02abd19584
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue