pipeline: Use pipeline category for one more log message

Makes debugging easier.
This commit is contained in:
Thiago Santos 2011-10-07 09:45:20 -03:00
parent 138bb17bf9
commit 52613b4d14

View 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;
}