diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-12 09:00:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-12 09:00:09 +0000 |
commit | 2a0e99e1ddb010e5c314a9559bf4bf1af2d97258 (patch) | |
tree | d3688e36b23a9f349cea414b5e4f8bdb4ca4b8e4 /multimedia/gst-plugins1-bad | |
parent | a78a0a9e794d7f29cda896d93ced30b74fc94535 (diff) | |
download | pkgsrc-2a0e99e1ddb010e5c314a9559bf4bf1af2d97258.tar.gz |
Update gstreamer1 and its plugins to 1.8.3.
1.8.3
The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. This release only contains bugfixes and it should be safe to update from 1.8.x.
Major bugfixes in 1.8.3
Fix Android build scripts on OS X and Windows
Fix stepping in PAUSED state in certain circumstances
Fix jackaudiosink hang when exiting
Fix udpsrc receiving multicast packets not only from the selected multicast group
Fix unnecessary decoding of unselected streams in GES
Fix (multi)udpsink randomly not sending to clients
Fix ALL_BOTH probes not considering EVENT_FLUSH
Fix average input rate calculations in queue2
Fix various locking issues causing deadlock in adaptivedemux
Fix gst-libav encoders to correctly produce codec_data in caps
Add Wayland, Windows and Rasberry Pi support to the QML GL video sink
Add support for building with OpenH264 1.6
Add support for controlling deinterlacing in GES video sources
... and many, many more!
For a full list of bugfixes see Bugzilla. Note that this is not the full list of changes. For the full list of changes please refer to the GIT logs or ChangeLogs of the particular modules.
Known Issues
gst-rtsp-server does not take address pool configuration into account for sending unicast UDP. Bugzilla #766612
vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected. Bugzilla #763663
Diffstat (limited to 'multimedia/gst-plugins1-bad')
-rw-r--r-- | multimedia/gst-plugins1-bad/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-bad/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index 30c84af580f..2173d87c56c 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2016/06/12 15:58:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.21 2016/09/12 09:00:09 wiz Exp $ # # used by audio/gst-plugins1-dts/Makefile # used by audio/gst-plugins1-faac/Makefile @@ -13,7 +13,7 @@ # GST_PLUGINS1_TYPE= bad -GST_PLUGINS1_VER= 1.8.2 +GST_PLUGINS1_VER= 1.8.3 # Disable all drivers and features by default. .for driver in \ diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo index b75ab311715..41a334b4436 100644 --- a/multimedia/gst-plugins1-bad/distinfo +++ b/multimedia/gst-plugins1-bad/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/06/12 15:58:23 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/09/12 09:00:09 wiz Exp $ -SHA1 (gst-plugins-bad-1.8.2.tar.xz) = 2700e85446e0f713cd1800b15fa11898df94775a -RMD160 (gst-plugins-bad-1.8.2.tar.xz) = 131e186f2872db0ae0f778ee7b20aabefef96678 -SHA512 (gst-plugins-bad-1.8.2.tar.xz) = 0b8a7df6b60f24655b463dedae71de6c92dbbbc3bdf42f4b722caaee17cd701ae3c078a2ca81a9d6568123aeade20a8a3759f72a7a9806f4533375d61ab028b6 -Size (gst-plugins-bad-1.8.2.tar.xz) = 4455536 bytes +SHA1 (gst-plugins-bad-1.8.3.tar.xz) = b0f7c5beecca572f11e28f969db36b99174116fb +RMD160 (gst-plugins-bad-1.8.3.tar.xz) = 70add5ee2fd5baedd84dc7c73c1aa79a92bf9a27 +SHA512 (gst-plugins-bad-1.8.3.tar.xz) = 3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4 +Size (gst-plugins-bad-1.8.3.tar.xz) = 4500300 bytes SHA1 (patch-configure) = a638679428871e9ff68281da211d4d897eca313d |