opensles: Fix compilation with debugging enabled
This commit is contained in:
parent
854626c908
commit
9e4f1e7346
@ -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…
x
Reference in New Issue
Block a user