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:
Nirbheek Chauhan 2020-06-23 05:18:11 +05:30 committed by GStreamer Merge Bot
parent f83bf11d75
commit 80c753c4a9

View file

@ -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 */