summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/patches
diff options
context:
space:
mode:
authordrochner <drochner>2012-02-28 18:28:14 +0000
committerdrochner <drochner>2012-02-28 18:28:14 +0000
commit4e53c99906c403ea9f6a77c25130867fe097bfc3 (patch)
tree000a3153a18192ea8e4427933c05008d7d75fdb9 /multimedia/gst-plugins0.10-base/patches
parent4edc5c449ea3cb492365fd529e69ed93168cf2f0 (diff)
downloadpkgsrc-4e53c99906c403ea9f6a77c25130867fe097bfc3.tar.gz
update to 0.10.36
changes: -new GstAudioDecoder and GstAudioEncoder base classes -new GstAudioInfo audio format description API (which matches the new API in 0.11) -add support for compressed audio payloading and passhthrough (think S/PDIF, mp3 over bluetooth) -new tag convenience API to get info about creative commons licenses -new GstTagMux base class -new video API to force key units via events -new video overlay composition API for subtitles -decodebin/playbin2 now plug parsers by default
Diffstat (limited to 'multimedia/gst-plugins0.10-base/patches')
-rw-r--r--multimedia/gst-plugins0.10-base/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gst-plugins0.10-base/patches/patch-ab b/multimedia/gst-plugins0.10-base/patches/patch-ab
index 88c38d74ca0..f2715168e5a 100644
--- a/multimedia/gst-plugins0.10-base/patches/patch-ab
+++ b/multimedia/gst-plugins0.10-base/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.7 2010/12/03 18:15:44 drochner Exp $
+$NetBSD: patch-ab,v 1.8 2012/02/28 18:28:15 drochner Exp $
---- ext/alsa/gstalsasink.c.orig 2010-11-29 12:19:06.000000000 +0000
+--- ext/alsa/gstalsasink.c.orig 2012-01-18 01:36:56.000000000 +0000
+++ ext/alsa/gstalsasink.c
-@@ -53,6 +53,10 @@
-
+@@ -54,6 +54,10 @@
#include <gst/gst-i18n-plugin.h>
+ #include "gst/glib-compat-private.h"
+#ifndef ESTRPIPE
+#define ESTRPIPE EPIPE