gst1-plugins-good: bump to 1.20.5
- flacparse: Fix handling of headers advertising 32bps - qt5: deactivate context if fill_info fails - qt5: initialize GError properly in gst_qt_get_gl_wrapcontext() - qtdemux: check return value from gst_structure_get in PIFF box - qtdemux: use unsigned int types to store result of QT_UINT32 - qtmux: Prefill mode fixes - oss4: Fix debug category initialization - multiudpsink: allow binding to IPv6 address - rtpjitterbuffer tests: Cast drop-messages-interval type properly (fixing it on 32-bit architectures) - rtspsrc: fix seek event leaks - rtspsrc: Don't replace 404 errors with "no auth protocol found" - rtspsrc: Only EOS on timeout if all streams are timed out/EOS - rtspsrc: Fix usage of IPv6 connections in SETUP - splitmuxsrc: don't queue data on unlinked pads - v4l2: Fix SIGSEGV on 'change state' during 'format change' - v4l2videodec: Fix activation of internal pool - wavparse: Avoid occasional crash due to referencing freed buffer. - wavparse: Fix crash that occurs in push mode when header chunks are corrupted in certain ways. Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
This commit is contained in:
parent
3a50299c73
commit
74269b0f62
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gst1-plugins-good
|
||||
PKG_VERSION:=1.20.4
|
||||
PKG_VERSION:=1.20.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/
|
||||
PKG_HASH:=b16130fbe632fa8547c2147a0ef575b0140fb521065c5cb121c72ddbd23b64da
|
||||
PKG_HASH:=e83ab4d12ca24959489bbb0ec4fac9b90e32f741d49cda357cb554b2cb8b97f9
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||
|
|
Loading…
Reference in a new issue