mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
pipeline: Use pipeline category for one more log message
Makes debugging easier.
This commit is contained in:
parent
138bb17bf9
commit
52613b4d14
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue