mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
add debug
Original commit message from CVS: add debug
This commit is contained in:
parent
26663bbf1c
commit
0d4983a512
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ gst_object_set_parent (GstObject * object, GstObject * parent)
|
||||||
g_return_if_fail (object != parent);
|
g_return_if_fail (object != parent);
|
||||||
g_return_if_fail (object->parent == NULL);
|
g_return_if_fail (object->parent == NULL);
|
||||||
|
|
||||||
|
GST_CAT_LOG_OBJECT (GST_CAT_REFCOUNTING, object, "set parent (ref and sink)");
|
||||||
gst_object_ref (object);
|
gst_object_ref (object);
|
||||||
gst_object_sink (object);
|
gst_object_sink (object);
|
||||||
object->parent = parent;
|
object->parent = parent;
|
||||||
|
|
Loading…
Reference in a new issue