mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
TimelineObject: Add missing argument to printf statement
This commit is contained in:
parent
0493fbcc57
commit
5ddf789cb4
1 changed files with 2 additions and 1 deletions
|
@ -187,7 +187,8 @@ ges_timeline_object_create_track_object (GESTimelineObject * object,
|
|||
|
||||
if (res) {
|
||||
GST_DEBUG
|
||||
("Got a TrackObject : %p , setting the timeline object as its creator");
|
||||
("Got a TrackObject : %p , setting the timeline object as its creator",
|
||||
res);
|
||||
ges_track_object_set_timeline_object (res, object);
|
||||
|
||||
GST_DEBUG ("Adding TrackObject to the list of controlled track objects");
|
||||
|
|
Loading…
Reference in a new issue