opensles: Remove unused variable
This commit is contained in:
parent
40ca6ed977
commit
1f6944efc1
@ -337,10 +337,6 @@ _opensles_player_change_mute (GstAudioRingBuffer * rb)
|
|||||||
static void
|
static void
|
||||||
_opensles_player_event_cb (SLPlayItf caller, void *context, SLuint32 event)
|
_opensles_player_event_cb (SLPlayItf caller, void *context, SLuint32 event)
|
||||||
{
|
{
|
||||||
GstOpenSLESRingBuffer *thiz;
|
|
||||||
|
|
||||||
thiz = GST_OPENSLES_RING_BUFFER_CAST (context);
|
|
||||||
|
|
||||||
if (event & SL_PLAYEVENT_HEADATNEWPOS) {
|
if (event & SL_PLAYEVENT_HEADATNEWPOS) {
|
||||||
SLmillisecond position;
|
SLmillisecond position;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user