mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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.
This commit is contained in:
parent
27a5236511
commit
e951b6da34
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue