mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
parent
673a0e15b3
commit
9c8357b0f8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue