mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ext/gnomevfs/gstgnomevfsuri.c: Add FIXME comment about using uri-list for source and sink.
Original commit message from CVS: * ext/gnomevfs/gstgnomevfsuri.c: Add FIXME comment about using uri-list for source and sink.
This commit is contained in:
parent
9587e5e1c0
commit
c9269a777f
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-21 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfsuri.c:
|
||||
Add FIXME comment about using uri-list for source and sink.
|
||||
|
||||
2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
/* FIXME: move this to source and sink and remove this file:
|
||||
* e.g. sinks cannot save to http:// and src cannot read from burn://
|
||||
*/
|
||||
static gpointer
|
||||
_internal_get_supported_uris (gpointer data)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue