diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 06:33:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 06:33:43 +0000 |
commit | cfe43f5cb788f4fd67fe177b2fc2879fc081842d (patch) | |
tree | d9e1395b87b4cadd6a357933c6e5ea4e76a017dd | |
parent | 818fb5f797449729b30640c8d401e8607733e771 (diff) | |
download | gst-plugins-bad-cfe43f5cb788f4fd67fe177b2fc2879fc081842d.tar.gz gst-plugins-bad-cfe43f5cb788f4fd67fe177b2fc2879fc081842d.tar.bz2 gst-plugins-bad-cfe43f5cb788f4fd67fe177b2fc2879fc081842d.zip |
ext/gnomevfs/: Use _uri_new() instead of _open(), so it doesn't take as long and
Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssink.c:
(gst_gnomevfssink_uri_get_protocols):
* ext/gnomevfs/gstgnomevfssrc.c:
(gst_gnomevfssrc_uri_get_protocols):
* ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
* ext/gnomevfs/gstgnomevfsuri.h:
Use _uri_new() instead of _open(), so it doesn't take as long and
Christophe's computer won't hang.
* gst/playback/gstplaybasebin.c: (unknown_type):
Throw error on unknown media type, so apps actually display it.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/gnomevfs/gstgnomevfssink.c: + (gst_gnomevfssink_uri_get_protocols): + * ext/gnomevfs/gstgnomevfssrc.c: + (gst_gnomevfssrc_uri_get_protocols): + * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris): + * ext/gnomevfs/gstgnomevfsuri.h: + Use _uri_new() instead of _open(), so it doesn't take as long and + Christophe's computer won't hang. + * gst/playback/gstplaybasebin.c: (unknown_type): + Throw error on unknown media type, so apps actually display it. + 2004-09-14 Brian Cameron <brian.cameron@sun.com * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow |