From e7ceea587b521037f662c4d1e8f2425eb0665596 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 16 Jun 2001 13:24:26 +0000 Subject: [PATCH] Removed a check (see that the file exists locally ??) to enable network streaming with gnomevfssrc again. Original commit message from CVS: Removed a check (see that the file exists locally ??) to enable network streaming with gnomevfssrc again. --- gstplay/gstplay.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gstplay/gstplay.c b/gstplay/gstplay.c index 9956dc2..123143a 100644 --- a/gstplay/gstplay.c +++ b/gstplay/gstplay.c @@ -388,11 +388,6 @@ gst_play_set_uri (GstPlay *play, const guchar *uri) if (priv->uri) g_free (priv->uri); - /* see if the file actually exists */ - file = fopen (uri, "r"); - if (!file) - return GST_PLAY_CANNOT_PLAY; - /* see if it looks like an URI */ if ((uriloc = strstr (uri, ":/"))) { priv->src = gst_elementfactory_make ("gnomevfssrc", "srcelement"); -- 2.7.4