diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-03 17:56:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-03 17:56:53 +0000 |
commit | 13014db751a9bc707e305b9bd719f9eb9ece27ae (patch) | |
tree | 88c9c0bc49c4ce60e5bba258dfd900508fff52b3 /multimedia/gst-plugins1-good | |
parent | 62f6cd7f6617d481683773499fcdd024404e2705 (diff) | |
download | pkgsrc-13014db751a9bc707e305b9bd719f9eb9ece27ae.tar.gz |
Update gstreamer1 and plugins to 1.6.2.
Major bugfixes
Crashes in gst-libav with sinks that did not provide a buffer pool but supported video metadata were fixed. This affected d3dvideosink and some 3rd party sinks. Also related fixes for crashes when a downstream buffer pool failed allocation.
Big GL performance improvement on iOS by a factor of 2 by using Apple's sync extension.
Deadlocks in the DirectSound elements on Windows, and the behaviour of its mute property were fixed.
The Direct3D video sink does not crash anymore when minimizing the window
The library soname generation on Android >= 6.0 was fixed, which previously caused GStreamer to fail to load there.
File related elements have large-file (>2GB) support on Android now.
gst-libav was updated to ffmpeg 2.8.3.
Deserialization of custom events in the GDP depayloader was fixed.
Missing OpenGL context initialization in the Qt/QML video sink was fixed in certain situations.
Interoperability with some broken RTSP servers using HTTP tunnel was improved.
Various compilation fixes for Windows.
Various smaller memory leak and other fixes in different places.
and many, many more
Diffstat (limited to 'multimedia/gst-plugins1-good')
-rw-r--r-- | multimedia/gst-plugins1-good/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-good/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common index 5c7c777788e..82c458f8dae 100644 --- a/multimedia/gst-plugins1-good/Makefile.common +++ b/multimedia/gst-plugins1-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2015/11/18 12:04:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2016/01/03 17:56:53 wiz Exp $ # # used by audio/gst-plugins1-flac/Makefile # used by audio/gst-plugins1-jack/Makefile @@ -15,7 +15,7 @@ # used by x11/gst-plugins1-x11/Makefile GST_PLUGINS1_TYPE= good -GST_PLUGINS1_VER= 1.6.1 +GST_PLUGINS1_VER= 1.6.2 # Disable all drivers and features by default. .for driver in aalib \ diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo index 418a448e25f..96a7576e675 100644 --- a/multimedia/gst-plugins1-good/distinfo +++ b/multimedia/gst-plugins1-good/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2015/11/18 12:04:16 wiz Exp $ +$NetBSD: distinfo,v 1.20 2016/01/03 17:56:53 wiz Exp $ -SHA1 (gst-plugins-good-1.6.1.tar.xz) = 8e03d083ca5789ff8130bc5b0afff13fea7a2d19 -RMD160 (gst-plugins-good-1.6.1.tar.xz) = 6fd2e8f3bc71c5125e0fb0bfb252b50310656967 -SHA512 (gst-plugins-good-1.6.1.tar.xz) = 6b326d908a6df3af059ee23ff41b10a07ad21a1c88f542eff5223a6e8acc75ae97ddead6adcf455cafc9e93f27f7829f6b7476d1a5d3f1ff123f477f00b4f41f -Size (gst-plugins-good-1.6.1.tar.xz) = 3188188 bytes +SHA1 (gst-plugins-good-1.6.2.tar.xz) = c6706c6a7a623fb50c588abb054446a3f60fa4f0 +RMD160 (gst-plugins-good-1.6.2.tar.xz) = bfb0606143b558cdae9f33af8ac2b1be3bbcd81c +SHA512 (gst-plugins-good-1.6.2.tar.xz) = b63391448cada4a1db6fb2c27f6e913edb339e7ac5bc47cab3ef09ef85c79a7aa01accfc2d9bfe74188b7a744d82988e39f97958e1ad8808765a451b721d6d23 +Size (gst-plugins-good-1.6.2.tar.xz) = 3176060 bytes |