oggdemux: Don't double lock

The lock was already taken just before this block and is released after
This commit is contained in:
Edward Hervey 2017-10-20 18:40:02 +02:00 committed by Edward Hervey
parent 877664a414
commit ef93130cf0

View file

@ -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);