This commit is contained in:
fgerlits 2006-10-03 11:16:03 +00:00
parent d92dae1027
commit 206553a1e4
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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) { \