ghostpad: remove useless debug

Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
This commit is contained in:
Thibault Saunier 2014-07-11 14:18:58 +02:00
parent c6cfed94da
commit 2ee5bf26c1

View file

@ -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_PAD_NAME (target), GST_DEBUG_PAD_NAME (ghost));
} else {
GST_ERROR_OBJECT (object, "removing target from ghostpad");
GST_DEBUG_OBJECT (object, "removing target from ghostpad");
priv->pending_seek = NULL;
}