gstreamer: pipeline: Use pipeline category for one more log message

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Sat Oct 8 04:55:46 PDT 2011


Module: gstreamer
Branch: master
Commit: 52613b4d149c18a5134ddf0681bce42e30dde1d0
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=52613b4d149c18a5134ddf0681bce42e30dde1d0

Author: Thiago Santos <thiago.sousa.santos at collabora.com>
Date:   Fri Oct  7 09:45:20 2011 -0300

pipeline: Use pipeline category for one more log message

Makes debugging easier.

---

 gst/gstpipeline.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c
index 5250340..b032c2f 100644
--- a/gst/gstpipeline.c
+++ b/gst/gstpipeline.c
@@ -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;
         }
 



More information about the gstreamer-commits mailing list