bug 1149376 release leaking GstIterator holding on to mPlayBin r=cajbir

--HG--
extra : rebase_source : 3746864d01b6b1eba86de3b2af9854303f409138
This commit is contained in:
Karl Tomlinson 2015-03-31 13:46:58 +13:00
Родитель f277e7a606
Коммит a1294b7697
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -48,6 +48,7 @@ GST_FUNC(LIBGSTREAMER, gst_element_set_state)
GST_FUNC(LIBGSTREAMER, gst_flow_get_name)
GST_FUNC(LIBGSTREAMER, gst_init)
GST_FUNC(LIBGSTREAMER, gst_init_check)
GST_FUNC(LIBGSTREAMER, gst_iterator_free)
GST_FUNC(LIBGSTREAMER, gst_iterator_next)
GST_FUNC(LIBGSTREAMER, gst_message_parse_error)
GST_FUNC(LIBGSTREAMER, gst_message_type_get_name)

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

@ -607,6 +607,8 @@ nsresult GStreamerReader::CheckSupportedFormats()
}
}
gst_iterator_free(it);
return unsupported ? NS_ERROR_FAILURE : NS_OK;
}