summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c')
-rw-r--r--multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c
deleted file mode 100644
index 98ab012a1..000000000
--- a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstosssink.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- sys/oss/gstosssink.c.orig Sat Apr 1 18:22:44 2006
-+++ sys/oss/gstosssink.c Sat Apr 1 18:23:25 2006
-@@ -98,6 +98,22 @@ static GstStaticPadTemplate osssink_sink
- GST_PAD_SINK,
- GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("audio/x-raw-int, "
-+#if defined(AFMT_S32_LE)
-+ "endianness = (int) { " G_STRINGIFY (G_BYTE_ORDER) " }, "
-+ "signed = (boolean) { TRUE, FALSE }, "
-+ "width = (int) 32, "
-+ "depth = (int) 32, "
-+ "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]; "
-+ "audio/x-raw-int, "
-+#endif
-+#if defined(AFMT_S24_LE)
-+ "endianness = (int) { " G_STRINGIFY (G_BYTE_ORDER) " }, "
-+ "signed = (boolean) { TRUE, FALSE }, "
-+ "width = (int) 24, "
-+ "depth = (int) 24, "
-+ "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]; "
-+ "audio/x-raw-int, "
-+#endif
- "endianness = (int) { " G_STRINGIFY (G_BYTE_ORDER) " }, "
- "signed = (boolean) { TRUE, FALSE }, "
- "width = (int) 16, "