mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ges-asset: Log asset ids in ges_asset_request
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5981>
This commit is contained in:
parent
a5e8dedff0
commit
b2c790783d
1 changed files with 3 additions and 0 deletions
|
@ -1253,6 +1253,9 @@ ges_asset_request (GType extractable_type, const gchar * id, GError ** error)
|
|||
if (lerr)
|
||||
g_error_free (lerr);
|
||||
|
||||
GST_DEBUG ("Requesting %s with real id %s and id %s",
|
||||
g_type_name (extractable_type), real_id, id);
|
||||
|
||||
/* asset owned by cache */
|
||||
LOCK_CACHE;
|
||||
asset = ges_asset_cache_lookup (extractable_type, real_id);
|
||||
|
|
Loading…
Reference in a new issue