mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
nle: Minor debug enhancement
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/198>
This commit is contained in:
parent
879a4727ea
commit
fc7faf6a03
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ nle_source_control_element_func (NleSource * source, GstElement * element)
|
|||
|
||||
g_return_val_if_fail (source->element == NULL, FALSE);
|
||||
|
||||
GST_DEBUG_OBJECT (source, "element:%s, source->element:%p",
|
||||
GST_ELEMENT_NAME (element), source->element);
|
||||
GST_DEBUG_OBJECT (source, "element: %" GST_PTR_FORMAT ", source->element:%"
|
||||
GST_PTR_FORMAT, element, source->element);
|
||||
|
||||
source->element = element;
|
||||
gst_object_ref (element);
|
||||
|
|
Loading…
Reference in a new issue