summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer-plugins80/files')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-configure17
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c11
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_vorbis_vorbisparse.c23
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c11
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h11
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.c25
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-sys_ximage_ximagesink.h10
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-sys_xvimage_xvimagesink.h10
8 files changed, 38 insertions, 80 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-configure b/multimedia/gstreamer-plugins80/files/patch-configure
index e2987f9821af..92b1deb51a64 100644
--- a/multimedia/gstreamer-plugins80/files/patch-configure
+++ b/multimedia/gstreamer-plugins80/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Mar 16 20:32:36 2004
-+++ configure Tue Mar 16 20:41:00 2004
-@@ -41192,7 +41192,8 @@
+--- configure.orig Wed Jun 23 21:30:24 2004
++++ configure Wed Jun 23 21:30:25 2004
+@@ -46068,7 +46068,8 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -8,14 +8,5 @@
+#xxx fix the non x case is er niet...
+LIBS="-laudio -lm -lXt $X_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -44483,7 +44484,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-ltheora $LIBS"
-+LIBS="-ltheora -logg $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
/* confdefs.h. */
+ _ACEOF
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c b/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c
deleted file mode 100644
index 592acc2e8ce2..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_gnomevfs_gstgnomevfssink.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/gnomevfs/gstgnomevfssink.c.orig Wed Apr 28 17:16:05 2004
-+++ ext/gnomevfs/gstgnomevfssink.c Wed Apr 28 17:16:20 2004
-@@ -347,7 +347,7 @@
- }
- sink->own_handle = TRUE;
- } else if (!sink->handle) {
-- GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), NULL);
-+ GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), (NULL));
- return FALSE;
- }
-
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_vorbis_vorbisparse.c b/multimedia/gstreamer-plugins80/files/patch-ext_vorbis_vorbisparse.c
new file mode 100644
index 000000000000..aeab67f4132b
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ext_vorbis_vorbisparse.c
@@ -0,0 +1,23 @@
+--- ext/vorbis/vorbisparse.c.orig Wed Jun 23 23:49:17 2004
++++ ext/vorbis/vorbisparse.c Wed Jun 23 23:50:16 2004
+@@ -103,6 +103,9 @@
+ vorbis_parse_set_header_on_caps (GstVorbisParse * parse, GstCaps * caps)
+ {
+ GstBuffer *buf1, *buf2, *buf3;
++ GstStructure *structure;
++ GValue list = { 0 };
++ GValue value = { 0 };
+
+ g_assert (parse);
+ g_assert (parse->streamheader);
+@@ -115,9 +118,7 @@
+ buf3 = parse->streamheader->next->next->data;
+ g_assert (buf3);
+
+- GstStructure *structure = gst_caps_get_structure (caps, 0);
+- GValue list = { 0 };
+- GValue value = { 0 };
++ structure = gst_caps_get_structure (caps, 0);
+
+ /* mark buffers */
+ GST_BUFFER_FLAG_SET (buf1, GST_BUFFER_IN_CAPS);
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c b/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c
deleted file mode 100644
index a6e501c8c66a..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst/ffmpegcolorspace/gstffmpegcolorspace.c.orig Wed Apr 28 15:10:45 2004
-+++ gst/ffmpegcolorspace/gstffmpegcolorspace.c Wed Apr 28 15:11:00 2004
-@@ -306,7 +306,7 @@
- g_return_if_fail (GST_IS_FFMPEGCOLORSPACE (space));
-
- if (space->from_pixfmt == PIX_FMT_NB || space->to_pixfmt == PIX_FMT_NB) {
-- GST_ELEMENT_ERROR (space, CORE, NOT_IMPLEMENTED, NULL,
-+ GST_ELEMENT_ERROR (space, CORE, NOT_IMPLEMENTED, (NULL),
- ("attempting to convert colorspaces between unknown formats"));
- gst_buffer_unref (inbuf);
- return;
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h b/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
new file mode 100644
index 000000000000..9d4414eb68dd
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
@@ -0,0 +1,11 @@
+--- gst/tcp/gsttcpclientsrc.h.orig Wed Jun 23 23:44:07 2004
++++ gst/tcp/gsttcpclientsrc.h Wed Jun 23 23:44:26 2004
+@@ -29,6 +29,8 @@
+ #endif /* __cplusplus */
+
+ #include <netdb.h> /* sockaddr_in */
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h> /* sockaddr_in */
+ #include <unistd.h>
+ #include "gsttcp.h"
diff --git a/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.c b/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.c
deleted file mode 100644
index 3f645e9dfc7d..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.c
+++ /dev/null
@@ -1,25 +0,0 @@
-===================================================================
-RCS file: /cvs/gstreamer/gst-plugins/sys/oss/gstosselement.c,v
-retrieving revision 1.35
-retrieving revision 1.36
-diff -u -r1.35 -r1.36
---- sys/oss/gstosselement.c 2004/04/18 20:14:36 1.35
-+++ sys/oss/gstosselement.c 2004/04/29 23:45:03 1.36
-@@ -1168,6 +1168,17 @@
- probe->min = gst_osselement_rate_check_rate (probe, 1000);
- n_checks++;
- probe->max = gst_osselement_rate_check_rate (probe, 100000);
-+ /* a little bug workaround */
-+ {
-+ int max;
-+
-+ max = gst_osselement_rate_check_rate (probe, 48000);
-+ if (max > probe->max) {
-+ GST_ERROR
-+ ("Driver bug recognized (driver does not round rates correctly). Please file a bug report.");
-+ probe->max = max;
-+ }
-+ }
- n_checks++;
- if (probe->min == -1 || probe->max == -1) {
- GST_DEBUG ("unexpected check_rate error");
diff --git a/multimedia/gstreamer-plugins80/files/patch-sys_ximage_ximagesink.h b/multimedia/gstreamer-plugins80/files/patch-sys_ximage_ximagesink.h
deleted file mode 100644
index 07b125bfee89..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-sys_ximage_ximagesink.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- sys/ximage/ximagesink.h.orig Tue Mar 16 22:51:03 2004
-+++ sys/ximage/ximagesink.h Tue Mar 16 23:06:44 2004
-@@ -23,6 +23,7 @@
- #include <gst/video/videosink.h>
-
- #ifdef HAVE_XSHM
-+#include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/shm.h>
- #endif /* HAVE_XSHM */
diff --git a/multimedia/gstreamer-plugins80/files/patch-sys_xvimage_xvimagesink.h b/multimedia/gstreamer-plugins80/files/patch-sys_xvimage_xvimagesink.h
deleted file mode 100644
index ddb0d1f00501..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-sys_xvimage_xvimagesink.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- sys/xvimage/xvimagesink.h.orig Tue Mar 16 22:51:04 2004
-+++ sys/xvimage/xvimagesink.h Tue Mar 16 23:07:39 2004
-@@ -23,6 +23,7 @@
- #include <gst/video/videosink.h>
-
- #ifdef HAVE_XSHM
-+#include <sys/types.h>
- #include <sys/ipc.h>
- #include <sys/shm.h>
- #endif /* HAVE_XSHM */