Bug#370362: gst-plugins-base0.10: Fix

Mike Hommey mh+reportbug at glandium.org
Fri Jun 23 20:20:50 UTC 2006


Package: gst-plugins-base0.10
Followup-For: Bug #370362

Attached is a simple fix for the issue.

(Something I forgot in the original report: it is quite important since
dav:// urls are used by nautilus when accessing remote webdavs)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
-------------- next part --------------
--- gst-plugins-base-0.10.8/ext/gnomevfs/toto.c	2006-06-23 21:59:55.757674000 +0200
+++ gst-plugins-base-0.10.8/ext/gnomevfs/gstgnomevfsuri.c	2006-06-23 21:59:21.651542500 +0200
@@ -42,6 +42,7 @@
     "sftp://localhost/bla",
     "nfs://localhost/bla",
     "ssh://localhost/bla",
+    "dav://localhost/bla",
     NULL
   }
   , **result;


More information about the Pkg-gstreamer-maintainers mailing list