mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
opensles: Fix compilation with debugging enabled
This commit is contained in:
parent
854626c908
commit
9e4f1e7346
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ _opensles_player_event_cb (SLPlayItf caller, void *context, SLuint32 event)
|
|||
SLmillisecond position;
|
||||
|
||||
(*caller)->GetPosition (caller, &position);
|
||||
GST_LOG_OBJECT (thiz, "at position=%u ms", (guint) position);
|
||||
GST_LOG_OBJECT (context, "at position=%u ms", (guint) position);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue