plugins/elements/: Also check for an absolute path following file:// in the filesrc...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 13 Feb 2007 13:40:05 +0000 (13:40 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 13 Feb 2007 13:40:05 +0000 (13:40 +0000)
commit67a92e45a23249c8e9742a20579332638fcd3014
tree0e70d5dfb154e0700c953791898a98e47dfa19cd
parent5ee674182742171c24a3f648bd57231d086f2d95
plugins/elements/: Also check for an absolute path following file:// in the filesrc element. Remove redundant check a...

Original commit message from CVS:
* plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
* plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
Also check for an absolute path following file:// in the filesrc
element. Remove redundant check and call g_path_is_absolute() on the
unescaped location.
ChangeLog
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c