[gstreamer-bugs] [Bug 350034] file{src, sink} don't convert to filesystem encoding
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Feb 1 01:23:37 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=350034
GStreamer | gstreamer (core) | Ver: HEAD CVS
------- Comment #9 from James "Doc" Livingston 2007-02-01 09:21 UTC -------
Well, the issue still hasn't really been sorted out.
I think the point I made in my last comment, that applications shouldn't have
to know the internals of the sink element to set the location correct, is
fairly important. Especially if an app is using gst_element_make_from_uri() to
create it.
If we want to do the above, mandating that the filenames/URIs be in UTF-8 seems
the logical thing to do. However this means that GstFileSink needs to (on POSIX
systems) figure out what filesystem the filename is on, and find out what
encoding it uses for file names. I imagine that gnomevfs has some code we could
steal to do this.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list