GNOME Bugzilla – Bug 767293
ges-uri-asset: GstDiscoverer can return a valid info but a non-OK result, consider this an error
Last modified: 2016-06-07 07:08:17 UTC
See commit message
Created attachment 329200 [details] [review] ges-uri-asset: GstDiscoverer can return a valid info but a non-OK result, consider this an error The asynchronous case in ges_uri_clip_asset_request_async() already considered it an error, do the same in ges_uri_clip_asset_request_sync().
Review of attachment 329200 [details] [review]: ::: ges/ges-uri-asset.c @@ +538,3 @@ gst_object_unref (asset); + if (info) + gst_discoverer_info_unref (info); Also stops leaking the info ;)
Attachment 329200 [details] pushed as 90b5735 - ges-uri-asset: GstDiscoverer can return a valid info but a non-OK result, consider this an error