mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
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.
This commit is contained in:
parent
398dde60f4
commit
e7ceea587b
1 changed files with 0 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue