From 9c8357b0f840521a12826660536499be805c5671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 4 Mar 2019 11:07:51 +0000 Subject: [PATCH] gesdemux: don't use deprecated gst_uri_construct() Fixes #64 --- plugins/ges/gesdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ges/gesdemux.c b/plugins/ges/gesdemux.c index 824d1ce30d..2bdaab22e6 100644 --- a/plugins/ges/gesdemux.c +++ b/plugins/ges/gesdemux.c @@ -379,7 +379,7 @@ ges_demux_sink_event (GstPad * pad, GstObject * parent, GstEvent * event) goto error; } - uri = gst_uri_construct ("file", filename); + uri = gst_filename_to_uri (filename, NULL); data.uri = uri; g_main_context_invoke (main_context,