mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
oggdemux: Don't double lock
The lock was already taken just before this block and is released after
This commit is contained in:
parent
877664a414
commit
ef93130cf0
1 changed files with 0 additions and 1 deletions
|
@ -4560,7 +4560,6 @@ gst_ogg_demux_handle_page (GstOggDemux * ogg, ogg_page * page, gboolean discont)
|
|||
}
|
||||
|
||||
/* only once we seeked back */
|
||||
GST_PUSH_LOCK (ogg);
|
||||
ogg->push_disable_seeking = TRUE;
|
||||
} else {
|
||||
GST_PUSH_UNLOCK (ogg);
|
||||
|
|
Loading…
Reference in a new issue