mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 10:45:20 +00:00
registry: Print the pointer when printing features
This is what we do everywhere else too, useful for debugging. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/636>
This commit is contained in:
parent
f83bf11d75
commit
80c753c4a9
1 changed files with 2 additions and 2 deletions
|
@ -483,8 +483,8 @@ _priv_gst_registry_chunks_save_plugin (GList ** list, GstRegistry * registry,
|
|||
|
||||
*list = g_list_prepend (*list, chk);
|
||||
|
||||
GST_DEBUG ("Found %d features in plugin \"%s\"", pe->nfeatures,
|
||||
plugin->desc.name);
|
||||
GST_DEBUG ("Found %d features in plugin %p (%s)", pe->nfeatures,
|
||||
plugin, plugin->desc.name);
|
||||
return TRUE;
|
||||
|
||||
/* Errors */
|
||||
|
|
Loading…
Reference in a new issue