ges: Add some debugging symbols

This commit is contained in:
Thibault Saunier 2011-06-02 22:01:43 -04:00
parent 15c816569b
commit ee5c67de2f
2 changed files with 4 additions and 1 deletions

View 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. */

View 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;