mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
mp3parse: return false when we can't seek
When upstream can't seek, we return false as well
This commit is contained in:
parent
82ab87032d
commit
ea7a9e550a
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ mp3parse_handle_seek (GstMPEGAudioParse * mp3parse, GstEvent * event)
|
||||||
g_slist_remove (mp3parse->pending_accurate_seeks, seek);
|
g_slist_remove (mp3parse->pending_accurate_seeks, seek);
|
||||||
g_mutex_unlock (mp3parse->pending_accurate_seeks_lock);
|
g_mutex_unlock (mp3parse->pending_accurate_seeks_lock);
|
||||||
g_free (seek);
|
g_free (seek);
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue