mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
GESTrackObject: Fix debug statement
This commit is contained in:
parent
4d801d85fe
commit
c3d98ca5ea
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ ges_track_object_set_priority_offset_internal (GESTrackObject * object,
|
|||
{
|
||||
guint32 save;
|
||||
save = object->priority_offset;
|
||||
GST_DEBUG ("object:%p, offset:%d", priority_offset);
|
||||
GST_DEBUG ("object:%p, offset:%d", object, priority_offset);
|
||||
|
||||
object->priority_offset = priority_offset;
|
||||
if (!ges_track_object_update_priority (object)) {
|
||||
|
|
Loading…
Reference in a new issue