mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
asset: Clear loading error when reload is requested
This commit is contained in:
parent
623683b621
commit
eae6b70523
1 changed files with 1 additions and 0 deletions
|
@ -1182,6 +1182,7 @@ ges_asset_needs_reload (GType extractable_type, const gchar * id)
|
|||
"Asset with id %s switch state to ASSET_NEEDS_RELOAD",
|
||||
ges_asset_get_id (asset));
|
||||
asset->priv->state = ASSET_NEEDS_RELOAD;
|
||||
g_clear_error (&asset->priv->error);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue