opensles: Fix compilation with debugging enabled

This commit is contained in:
Sebastian Dröge 2012-11-02 11:24:37 +01:00
parent 854626c908
commit 9e4f1e7346

View file

@ -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);
}
}