Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-editing-services
Commits
c883f989
Commit
c883f989
authored
Jan 15, 2019
by
Seungha Yang
🐑
Committed by
Thibault Saunier
Jan 18, 2019
Browse files
uri-asset: Don't leak GstDiscovererInfo
parent
5a46f2ea
Pipeline
#15551
passed with stages
in 42 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ges/ges-uri-asset.c
View file @
c883f989
...
...
@@ -630,6 +630,8 @@ ges_uri_clip_asset_request_sync (const gchar * uri, GError ** error)
return
NULL
;
}
gst_discoverer_info_unref
(
info
);
return
asset
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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