GNOME Bugzilla – Bug 576453
[flacdec] blocks the seeking thread
Last modified: 2009-05-06 12:59:18 UTC
Seeking with flacdec can potentially block the seeking thread. In my case i'm seeking from the main thread and it's blocking because of a pad block. FLAC__stream_decoder_seek_absolute seems to produce a buffer. flacdec has code to avoid calling gst_pad_push during seeking. It should also avoid calling gst_pad_alloc_buffer. here's a traceback: (gdb) bt
+ Trace 213777
Marking as duplicate of the other same bug report which , albeit more recent, has links to a fix. *** This bug has been marked as a duplicate of 579422 ***