mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
opensles: Remove unused variable
This commit is contained in:
parent
40ca6ed977
commit
1f6944efc1
1 changed files with 0 additions and 4 deletions
|
@ -337,10 +337,6 @@ _opensles_player_change_mute (GstAudioRingBuffer * rb)
|
|||
static void
|
||||
_opensles_player_event_cb (SLPlayItf caller, void *context, SLuint32 event)
|
||||
{
|
||||
GstOpenSLESRingBuffer *thiz;
|
||||
|
||||
thiz = GST_OPENSLES_RING_BUFFER_CAST (context);
|
||||
|
||||
if (event & SL_PLAYEVENT_HEADATNEWPOS) {
|
||||
SLmillisecond position;
|
||||
|
||||
|
|
Loading…
Reference in a new issue