summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-bad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-01-10 12:47:06 +0000
committerwiz <wiz@pkgsrc.org>2020-01-10 12:47:06 +0000
commit0362674f16dc695fbf9d55cd6e8b4725674f2135 (patch)
treea27d309ff660970616baac4c8118c5a2e1961e1f /multimedia/gst-plugins1-bad
parentcf47e2490500ec4a3e8a4cfb0983af7f5944cb18 (diff)
downloadpkgsrc-0362674f16dc695fbf9d55cd6e8b4725674f2135.tar.gz
gstreamer: update to 1.16.2
The second 1.16 bug-fix release (1.16.2) was released on 3 December 2019. This release only contains bugfixes and it should be safe to update from 1.16.1. Highlighted bugfixes in 1.16.2 Interlaced video scaling fixes CineForm video support in AVI audiorate: avoid glitches due to rounding errors after changing rate Command line tool output printing improvements on Windows various performance improvements, memory leak fixes and security fixes VP9 decoding fixes avfvideosrc: Explicitly request video permission on macOS 10.14+ wasapi: bug fixes and stability improvements webrtc-audio-processing: fix segmentation fault on 32-bit windows tsdemux: improved handling of certain discontinuities vaapi h265 decoder: wait for I-frame before trying to decode gstreamer gst-launch: Fix ugly stdout on Windows tee: Make sure to actually deactivate pads that are released bin: Drop need-context messages without source instead of crashing gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar macros tracers: Don't leak temporary GstStructure gst-plugins-base xvimagepool: Update size, stride, and offset with allocated XvImage video-converter: Fix RGB-XYZ-RGB conversion audiorate: Update next_offset on rate change audioringbuffer: Reset reorder flag before check audio-buffer: Don't fail to map buffers with zero samples videorate: Fix max-duplication-time handling gl/gbm: ensure we call the resize callback before attempting to draw video-converter: Various fixes for interlaced scaling gstrtspconnection: messages_bytes not decreased check: Don't use real audio devices for tests riff: add CineForm mapping glfilters: Don't use static variables for storing per-element state glupload: Add VideoMetas and GLSyncMeta to the raw uploaded buffers streamsynchronizer: avoid pad release race during logging. gst-play: Use gst_print* to avoid broken stdout string on Windows gst-plugins-good vp9dec: Fix broken 4:4:4 8bits decoding rtpsession: add locking for clear-pt-map rtpL16depay: don't crash if data is not modulo channels*width wavparse: Fix push mode ignoring audio with a size smaller than segment buffer wavparse: Fix push mode ignoring last audio payload chunk aacparse: fix wrong offset of the channel number in adts header jpegdec: Fix incorrect logic in EOI tag detection videocrop: Also update the coordinate when in-place jpegdec: don't overwrite the last valid line vpx: Error out if enabled and no features found v4l2videodec: ensure pool exists before orphaning it v4l2videoenc: fix type conversion errors v4l2bufferpool: Queue number of allocated buffers to capture v4l2object: fix mpegversion number typo v4l2object: Work around bad TRY_FMT colorimetry implementations gst-plugins-bad avfvideosrc: Explicitly request video permission on macOS 10.14+ wasapi: Various fixes and a workaround for a specific driver bug wasapi: Move to CoInitializeEx for COM initialization wasapi: Fix runtime/build warnings waylandsink: Commit the parent after creating subsurface msdkdec: fix surface leak in msdkdec_handle_frame tsmux: Fix copying of buffer region tsdemux: Handle continuity mismatch in more cases tsdemux: Always issue a DTS even when it's equal to PTS openexr: Fix build with OpenEXR 2.4 (and also OpenEXR 2.2 on Ubuntu 18.04) ccextractor: Always forward all sticky events to the caption pad pnmdec: Return early on ::finish() if we have no actual data to parse ass: avoid infinite unref loop with bad data fluidsynth: add sf3 to soundfont search path webrtcdsp/webrtcechoprobe segmentation fault on windows (1.16.0 x86) gst-libav avvidenc: Fix error propagation avdemux: Fix segmentation fault if long_name is NULL avviddec: Fix huge leak caused by circular reference avviddec: Enforce allocate new AVFrame per input frame avdec_mpeg2video (and probably more): Huge memory leak in git master gst-rtsp-server rtsp-media: Use lock in gst_rtsp_media_is_receive_only rtsp-client: RTP Info when completed_sender rtsp-client: fix location uri-format by getting uri directly from context instead gstreamer-vaapi meson build: halt configuration if no renderer API libs: decoder: h265: skip all pictures prior the first I-frame libs: window: x11: Avoid usage of deprecated API gst-editing-services Initialize debug categories before usage gst-build gst-env: Use locally built GStreamer utility programs
Diffstat (limited to 'multimedia/gst-plugins1-bad')
-rw-r--r--multimedia/gst-plugins1-bad/Makefile.common6
-rw-r--r--multimedia/gst-plugins1-bad/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common
index e0739a4300e..be937b23243 100644
--- a/multimedia/gst-plugins1-bad/Makefile.common
+++ b/multimedia/gst-plugins1-bad/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2019/11/14 15:25:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2020/01/10 12:47:06 wiz Exp $
# used by audio/gst-plugins1-dts/Makefile
# used by audio/gst-plugins1-faac/Makefile
# used by audio/gst-plugins1-faad/Makefile
@@ -13,7 +13,7 @@
## used by audio/gst-plugins1-musepack/Makefile (probably newer libmusepack or libmpcdec is needed)
GST_PLUGINS1_TYPE= bad
-GST_PLUGINS1_VER= 1.16.1
+GST_PLUGINS1_VER= 1.16.2
# Disable all drivers and features by default.
.for driver in \
@@ -49,7 +49,7 @@ PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-wayland.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-webrtc.pc.in
.include "../../devel/orc/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.16.1
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.16.2
.include "../../multimedia/gstreamer1/buildlink3.mk"
BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.16.1
.include "../../multimedia/gst-plugins1-base/plugins.mk"
diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo
index 57fa65df160..eec9cd7cf2a 100644
--- a/multimedia/gst-plugins1-bad/distinfo
+++ b/multimedia/gst-plugins1-bad/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/11/14 15:25:30 wiz Exp $
+$NetBSD: distinfo,v 1.36 2020/01/10 12:47:06 wiz Exp $
-SHA1 (gst-plugins-bad-1.16.1.tar.xz) = 2bb03cb81e4f160b98dd832be011bdf728839ac7
-RMD160 (gst-plugins-bad-1.16.1.tar.xz) = 1e8d5dc86fe9ef0b633e9567318a692fe9245fd5
-SHA512 (gst-plugins-bad-1.16.1.tar.xz) = e036eabf90d9d5f683709eceedc45ea8af322265869c58e49ed5b65496f2ca9e6276e911936dad2b1544715de6898c51e8ad6250238a872fb8daf58b4cec274d
-Size (gst-plugins-bad-1.16.1.tar.xz) = 4882044 bytes
+SHA1 (gst-plugins-bad-1.16.2.tar.xz) = e5a1b317c1e6f77aebe74fd6a823c4668ba6c1f7
+RMD160 (gst-plugins-bad-1.16.2.tar.xz) = e42b51eee105a2c6181725ca801887ea64f3f4ce
+SHA512 (gst-plugins-bad-1.16.2.tar.xz) = aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805
+Size (gst-plugins-bad-1.16.2.tar.xz) = 4887812 bytes