mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
CustomTimelineSource: Fix typo in debug statement
This commit is contained in:
parent
ba9e60ae1b
commit
d83dfd6402
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ges_cust_timeline_src_fill_track_object (GESTimelineObject * object,
|
|||
{
|
||||
gboolean res;
|
||||
|
||||
GST_DEBUG ("Calling callback (timelineobj:%p, trackobj:%, gnlobj:%p)",
|
||||
GST_DEBUG ("Calling callback (timelineobj:%p, trackobj:%p, gnlobj:%p)",
|
||||
object, trobject, gnlobj);
|
||||
|
||||
res =
|
||||
|
|
Loading…
Reference in a new issue