From 962f82423f9223cef5e83fcc9342ed61f54fc2c2 Mon Sep 17 00:00:00 2001 From: freetz Date: Thu, 22 Jun 2006 17:41:13 +0000 Subject: [PATCH] - neon 0.26.x support Changed files: gstreamer-plugins-bad-neon.patch -> 1.1 --- gstreamer-plugins-bad-neon.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gstreamer-plugins-bad-neon.patch diff --git a/gstreamer-plugins-bad-neon.patch b/gstreamer-plugins-bad-neon.patch new file mode 100644 index 0000000..9d6c028 --- /dev/null +++ b/gstreamer-plugins-bad-neon.patch @@ -0,0 +1,12 @@ +diff -aurN gst-plugins-bad-0.10.3.orig/ext/neon/gstneonhttpsrc.c gst-plugins-bad-0.10.3/ext/neon/gstneonhttpsrc.c +--- gst-plugins-bad-0.10.3.orig/ext/neon/gstneonhttpsrc.c 2006-05-02 18:16:32.000000000 +0200 ++++ gst-plugins-bad-0.10.3/ext/neon/gstneonhttpsrc.c 2006-06-22 19:36:02.614479536 +0200 +@@ -627,7 +627,7 @@ + goto clear; + } + +- if (!parsed->path || parsed->authinfo) { ++ if (!parsed->path || parsed->userinfo) { + goto clear; + } + -- 2.44.0