Bug 1109540 - Improve GStreamerReader duration handling. r=k17e

This commit is contained in:
Edwin Flores 2014-12-22 09:43:23 -05:00
Родитель 56f126bbf2
Коммит 5c4fa9cdc7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,7 @@ GStreamerReader::GStreamerReader(AbstractMediaDecoder* aDecoder)
mMP3FrameParser(aDecoder->GetResource()->GetLength()),
mDataOffset(0),
mUseParserDuration(false),
mLastParserDuration(-1),
#if GST_VERSION_MAJOR >= 1
mAllocator(nullptr),
mBufferPool(nullptr),