ges: Add some debugging symbols
authorThibault Saunier <thibault.saunier@collabora.com>
Fri, 3 Jun 2011 02:01:43 +0000 (22:01 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Wed, 11 Jan 2012 14:56:13 +0000 (11:56 -0300)
ges/ges-timeline-layer.c
ges/ges-timeline-object.c

index ce80e44eedfb5aec997c86363dc7bd15f2b4594d..037d208e59d4e75c73952d0bb5ee2fbc6cfd387a 100644 (file)
@@ -338,6 +338,8 @@ ges_timeline_layer_resync_priorities (GESTimelineLayer * layer)
   GSList *tmp;
   GESTimelineObject *obj;
 
+  GST_DEBUG ("Resync priorities of %p", layer);
+
   /* TODO : Inhibit composition updates while doing this.
    * Ideally we want to do it from an even higher level, but here will
    * do in the meantime. */
index 1b6c04f130079a8119d8a7fb2c05411f673d29ae..5c02ff7221cf57fc01e6c199d39d1257d2d4895a 100644 (file)
@@ -1150,7 +1150,8 @@ track_object_priority_changed_cb (GESTrackObject * child,
 
   guint tck_priority = ges_track_object_get_priority (child);
 
-  GST_DEBUG ("Priority changed");
+  GST_DEBUG ("TrackObject %p priority changed to %i", child,
+      ges_track_object_get_priority (child));
 
   if (object->priv->ignore_notifies)
     return;