summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-12 09:00:09 +0000
committerwiz <wiz@pkgsrc.org>2016-09-12 09:00:09 +0000
commit038d9ac73ae37dfb616895d6a829442b240575dc (patch)
tree3fedad7cd57570c1c6caba45b66843a8af82a02b /audio
parent80c5e18c8d0b1a49fdc7db7d8e796b94e9815fd9 (diff)
downloadpkgsrc-038d9ac73ae37dfb616895d6a829442b240575dc.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 'audio')
-rw-r--r--audio/gst-plugins1-pulse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gst-plugins1-pulse/Makefile b/audio/gst-plugins1-pulse/Makefile
index 366df398b48..81bd9c1cf87 100644
--- a/audio/gst-plugins1-pulse/Makefile
+++ b/audio/gst-plugins1-pulse/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2016/08/04 17:03:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2016/09/12 09:00:09 wiz Exp $
GST_PLUGINS1_NAME= pulse
GST_PLUGINS1_DIRS= ext/pulse
GST_PLUGINS1_FLAGS= pulse
-PKGREVISION= 1
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../audio/pulseaudio/buildlink3.mk"