GNOME Bugzilla – Bug 756630
Add URI construction to help newbies
Last modified: 2015-10-16 11:25:05 UTC
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-metadata.html The example above takes a parameter in URI format. But a naive attempt to invoke it as: file://test.ogg will fail. file://`pwd`/test.ogg should be used instead. It would be lovely to take a file name as a parameter instead, and construct an URI using sprintf() or similar to avoid this kind of problem.
commit 0a5fbd4d3b4244e30c6703a58230c04a42754573 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Oct 16 11:54:18 2015 +0100 docs: manual: improve advanced metadata example a bit Accept both filename and a URI as argument, and print the error from the error message if there's an error. https://bugzilla.gnome.org/show_bug.cgi?id=756630 (Not updated on website yet though.)