ges-asset: Fix typo in warning message

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5981>
This commit is contained in:
Philippe Normand 2023-11-29 12:15:36 +00:00 committed by GStreamer Marge Bot
parent b2c790783d
commit 49fec0726f

View file

@ -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;
}