ghostpad: remove useless debug
authorThibault Saunier <tsaunier@gnome.org>
Fri, 11 Jul 2014 12:18:58 +0000 (14:18 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:10 +0000 (11:58 +0100)
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>

gnl/gnlghostpad.c

index d56fa10..58da9cd 100644 (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;
   }