pkgsrc/multimedia/gst-plugins0.10-base/patches/patch-ab
drochner 6d519bdac9 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
2012-02-28 18:28:14 +00:00

15 lines
397 B
Text

$NetBSD: patch-ab,v 1.8 2012/02/28 18:28:15 drochner Exp $
--- ext/alsa/gstalsasink.c.orig 2012-01-18 01:36:56.000000000 +0000
+++ ext/alsa/gstalsasink.c
@@ -54,6 +54,10 @@
#include <gst/gst-i18n-plugin.h>
#include "gst/glib-compat-private.h"
+#ifndef ESTRPIPE
+#define ESTRPIPE EPIPE
+#endif
+
#define DEFAULT_DEVICE "default"
#define DEFAULT_DEVICE_NAME ""
#define DEFAULT_CARD_NAME ""