mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
plugins: log the GstVaapiDisplay name
Now that GstVaapiDisplay is descendant of GstObject, it has a human-friendly name. Log it instead of the memory address.
This commit is contained in:
parent
313860dea4
commit
242e801818
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ plugin_set_display (GstVaapiPluginBase * plugin, GstVaapiDisplay * display)
|
|||
display_name, plugin->display_name);
|
||||
gst_vaapi_display_replace (&plugin->display, NULL);
|
||||
} else {
|
||||
GST_INFO_OBJECT (plugin, "set display %p", display);
|
||||
GST_INFO_OBJECT (plugin, "set display %" GST_PTR_FORMAT, display);
|
||||
gst_vaapi_display_replace (&plugin->display, display);
|
||||
plugin->display_type = gst_vaapi_display_get_display_type (display);
|
||||
gst_vaapi_plugin_base_set_display_name (plugin, display_name);
|
||||
|
|
Loading…
Reference in a new issue