mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ges-asset: Fix typo in warning message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5981>
This commit is contained in:
parent
b2c790783d
commit
49fec0726f
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ ges_asset_set_id (GESAsset * asset, const gchar * id)
|
|||
priv = asset->priv;
|
||||
|
||||
if (priv->state != ASSET_INITIALIZED) {
|
||||
GST_WARNING_OBJECT (asset, "Trying to rest ID on an object that is"
|
||||
GST_WARNING_OBJECT (asset, "Trying to set ID on an object that is"
|
||||
" not properly loaded");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue