Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-editing-services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
76
Issues
76
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-editing-services
Commits
9c8357b0
Commit
9c8357b0
authored
Mar 04, 2019
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gesdemux: don't use deprecated gst_uri_construct()
Fixes
#64
parent
673a0e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/ges/gesdemux.c
plugins/ges/gesdemux.c
+1
-1
No files found.
plugins/ges/gesdemux.c
View file @
9c8357b0
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment