projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673a0e1
)
gesdemux: don't use deprecated gst_uri_construct()
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 4 Mar 2019 11:07:51 +0000
(11:07 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 4 Mar 2019 11:07:51 +0000
(11:07 +0000)
Fixes #64
plugins/ges/gesdemux.c
patch
|
blob
|
history
diff --git
a/plugins/ges/gesdemux.c
b/plugins/ges/gesdemux.c
index 824d1ce30d826180211ca877fcf890028b6abc46..2bdaab22e6589efd5671bac55cfbca6468c9f6b5 100644
(file)
--- 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,