mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
ges: Add some debugging symbols
This commit is contained in:
parent
15c816569b
commit
ee5c67de2f
2 changed files with 4 additions and 1 deletions
|
@ -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. */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue