Skip to content
Snippets Groups Projects
Commit 872d15eb authored by Alexandru Băluț's avatar Alexandru Băluț Committed by Thibault Saunier
Browse files

asset: Fix set_proxy to abort when an error happens

Differential Revision: https://phabricator.freedesktop.org/D1574
parent 6b9faec7
No related branches found
No related tags found
No related merge requests found
......@@ -725,6 +725,8 @@ ges_asset_set_proxy (GESAsset * asset, GESAsset * proxy)
GST_ERROR_OBJECT (asset,
"Trying to use %s as a proxy, but it is already proxying %s",
proxy->priv->id, proxy->priv->proxy_target->priv->id);
return FALSE;
}
if (g_list_find (proxy->priv->proxies, asset)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment