From 206553a1e4589f889613f400e1fc389b6e488c0b Mon Sep 17 00:00:00 2001 From: fgerlits Date: Tue, 3 Oct 2006 11:16:03 +0000 Subject: [PATCH] Fixing bug #1831. --- .../tools/gstreamer/gstreamer-0.8.12/bin/prepare.sh | 3 +++ .../gstreamer-0.8.12/etc/xml-buffer-size.patch | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 livesupport/src/tools/gstreamer/gstreamer-0.8.12/etc/xml-buffer-size.patch diff --git a/livesupport/src/tools/gstreamer/gstreamer-0.8.12/bin/prepare.sh b/livesupport/src/tools/gstreamer/gstreamer-0.8.12/bin/prepare.sh index 4be7f3782..c4982ac09 100755 --- a/livesupport/src/tools/gstreamer/gstreamer-0.8.12/bin/prepare.sh +++ b/livesupport/src/tools/gstreamer/gstreamer-0.8.12/bin/prepare.sh @@ -72,5 +72,8 @@ if [ ! -d $plugins ]; then # see bug report at http://bugzilla.gnome.org/show_bug.cgi?id=308619 # for details on the following patch patch -p1 < ${etcdir}/id3demuxbin-pad-free-fix.patch + # see bug report at http://bugzilla.gnome.org/show_bug.cgi?id=359237 + # for details on the following patch + patch -p1 < ${etcdir}/xml-buffer-size.patch fi diff --git a/livesupport/src/tools/gstreamer/gstreamer-0.8.12/etc/xml-buffer-size.patch b/livesupport/src/tools/gstreamer/gstreamer-0.8.12/etc/xml-buffer-size.patch new file mode 100644 index 000000000..0b469e20f --- /dev/null +++ b/livesupport/src/tools/gstreamer/gstreamer-0.8.12/etc/xml-buffer-size.patch @@ -0,0 +1,11 @@ +--- gst-plugins-0.8.12/gst/typefind/gsttypefindfunctions.c 2006-01-29 23:54:47.000000000 +0100 ++++ gst-plugins-0.8.12-livesupport/gst/typefind/gsttypefindfunctions.c 2006-10-03 12:17:53.000000000 +0200 +@@ -143,7 +143,7 @@ + + /*** application/xml **********************************************************/ + +-#define XML_BUFFER_SIZE 256 ++#define XML_BUFFER_SIZE 16 /* If the XML file is < 16 bytes we're screwed */ + #define XML_INC_BUFFER { \ + pos++; \ + if (pos == XML_BUFFER_SIZE) { \