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;