summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-vpx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-03 17:56:53 +0000
committerwiz <wiz@pkgsrc.org>2016-01-03 17:56:53 +0000
commit13014db751a9bc707e305b9bd719f9eb9ece27ae (patch)
tree88c9c0bc49c4ce60e5bba258dfd900508fff52b3 /multimedia/gst-plugins1-vpx
parent62f6cd7f6617d481683773499fcdd024404e2705 (diff)
downloadpkgsrc-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-vpx')
-rw-r--r--multimedia/gst-plugins1-vpx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gst-plugins1-vpx/Makefile b/multimedia/gst-plugins1-vpx/Makefile
index 67d8918a047..5d9688a6c87 100644
--- a/multimedia/gst-plugins1-vpx/Makefile
+++ b/multimedia/gst-plugins1-vpx/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2015/11/18 14:19:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2016/01/03 17:56:53 wiz Exp $
GST_PLUGINS1_NAME= vpx
GST_PLUGINS1_DIRS= ext/vpx
-PKGREVISION= 1
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../multimedia/libvpx/buildlink3.mk"