发布于 2016-11-30 01:02:04 | 98 次阅读 | 评论: 0 | 来源: 网友投递
GStreamer 多媒体开发框架
GStreamer 是 GNOME 桌面环境下用来构建流媒体应用的多媒体框架(framework),其目标是要简化音/视频应用程序的开发,目前已经能够被用来处理像 MP3、Ogg、MPEG1、MPEG2、AVI、Quicktime 等多种格式的多媒体数据。
主要的 bug 修复:
Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634, CVE-2016-9635, CVE-2016-9636)
Various fixes for crashes, assertions and other failures on fuzzed input files (among others, thanks to Hanno Böck for testing and reporting)
SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the correct MIKEY policy message is generated
Further OpenGL related bugfixes
gst-libav was updated to ffmpeg 3.2.1
已知问题:
iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead of 7 or 8 in your projects settings to be able to link applications. Bug #766366
Code signing for Apple platforms has some problems currently, requiring manual work to get your application signed. Bug #771860
Building applications with Android NDK r13 on Windows does not work. Other platforms and earlier/later versions of the NDK are not affected. Bug #772842
vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected. Bug #763663