mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +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/542>
This commit is contained in:
parent
43174bfe1d
commit
488acce730
1 changed files with 2 additions and 2 deletions
|
@ -494,8 +494,8 @@ _priv_gst_registry_chunks_save_plugin (GList ** list, GstRegistry * registry,
|
||||||
|
|
||||||
*list = g_list_prepend (*list, chk);
|
*list = g_list_prepend (*list, chk);
|
||||||
|
|
||||||
GST_DEBUG ("Found %d features in plugin \"%s\"", pe->nfeatures,
|
GST_DEBUG ("Found %d features in plugin %p (%s)", pe->nfeatures,
|
||||||
plugin->desc.name);
|
plugin, plugin->desc.name);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* Errors */
|
/* Errors */
|
||||||
|
|
Loading…
Reference in a new issue