mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
ghostpad: remove useless debug
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
This commit is contained in:
parent
c6cfed94da
commit
2ee5bf26c1
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ gnl_object_ghost_pad_set_target (GnlObject * object, GstPad * ghost,
|
||||||
GST_DEBUG_OBJECT (object, "setting target %s:%s on %s:%s",
|
GST_DEBUG_OBJECT (object, "setting target %s:%s on %s:%s",
|
||||||
GST_DEBUG_PAD_NAME (target), GST_DEBUG_PAD_NAME (ghost));
|
GST_DEBUG_PAD_NAME (target), GST_DEBUG_PAD_NAME (ghost));
|
||||||
} else {
|
} else {
|
||||||
GST_ERROR_OBJECT (object, "removing target from ghostpad");
|
GST_DEBUG_OBJECT (object, "removing target from ghostpad");
|
||||||
priv->pending_seek = NULL;
|
priv->pending_seek = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue