opensles: Fix compilation with debugging enabled
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Nov 2012 10:24:37 +0000 (11:24 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Nov 2012 10:25:21 +0000 (11:25 +0100)
sys/opensles/openslesringbuffer.c

index d4a5e63..2f756c0 100644 (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);
   }
 }