pipeline: Use pipeline category for one more log message
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 7 Oct 2011 12:45:20 +0000 (09:45 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 7 Oct 2011 16:36:38 +0000 (13:36 -0300)
Makes debugging easier.

gst/gstpipeline.c

index 5250340..b032c2f 100644 (file)
@@ -425,7 +425,7 @@ gst_pipeline_change_state (GstElement * element, GstStateChange transition)
         if (clock) {
           now = gst_clock_get_time (clock);
         } else {
-          GST_DEBUG ("no clock, using base time of NONE");
+          GST_DEBUG_OBJECT (pipeline, "no clock, using base time of NONE");
           now = GST_CLOCK_TIME_NONE;
         }