oggdemux: Don't double-unlock
authorEdward Hervey <edward@centricular.com>
Wed, 8 Nov 2017 16:08:49 +0000 (17:08 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 8 Nov 2017 16:51:51 +0000 (17:51 +0100)
commit9f678bb27fe8933b5a6572a3243380929e49b3bd
tree282d7038049c474f72d12699e937f0b71122cc69
parentc86df789ed5f1b872c5172640e35325d93d631dc
oggdemux: Don't double-unlock

The previous branch will release the lock in the call to
gst_ogg_demux_seek_back_after_push_duration_check_unlock()

Only unlock it if we didn't call that function
ext/ogg/gstoggdemux.c