From ee5c67de2faed8dea7b355df9f2ebbe430c5142e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 2 Jun 2011 22:01:43 -0400 Subject: [PATCH] ges: Add some debugging symbols --- ges/ges-timeline-layer.c | 2 ++ ges/ges-timeline-object.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ges/ges-timeline-layer.c b/ges/ges-timeline-layer.c index ce80e44eed..037d208e59 100644 --- a/ges/ges-timeline-layer.c +++ b/ges/ges-timeline-layer.c @@ -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. */ diff --git a/ges/ges-timeline-object.c b/ges/ges-timeline-object.c index 1b6c04f130..5c02ff7221 100644 --- a/ges/ges-timeline-object.c +++ b/ges/ges-timeline-object.c @@ -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;