After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343385 - [gnomevfs] add support for burn:// URIs
[gnomevfs] add support for burn:// URIs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.7
Other Linux
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-30 11:32 UTC by Sebastien Bacher
Modified: 2006-07-11 22:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
gstgnomevfsuri-additions.diff (324 bytes, patch)
2006-05-30 18:35 UTC, Sebastian Dröge (slomo)
reviewed Details | Review
gstgnomevfsuri-additions.diff (267 bytes, patch)
2006-05-30 19:26 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastien Bacher 2006-05-30 11:32:38 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/totem/+bug/47461

"Drag a movie file into the CD creator folder and then double click it to play it. Totem gives an error message

Totem could not play 'burn:///Eigene Videos/Windows Movie Maker-Beispieldatei.wmv'.

No URI handler implemented for "burn".

This makes the cd creator not very useful as often you want to preview the file before burning and make sure you selected the correct movie. Instead you have to remember where it was copied from, and double click it there (this can be annoying if it was on a remote network share it needs to be downloaded again and can be a hassle to find."

The issue happens with totem-gstreamer, totem-xine works fine
Comment 1 Sebastian Dröge (slomo) 2006-05-30 18:35:51 UTC
Created attachment 66488 [details] [review]
gstgnomevfsuri-additions.diff

here's a patch that adds burn://, dav:// and davs:// support to gnomevfs{src,sink}.
Someone please reassign this to gst-plugins-base and retitle it :)
Comment 2 Tim-Philipp Müller 2006-05-30 18:54:47 UTC
I am not sure about the dav/davs stuff. I enabled this for another open totem bug and it didn't work reliably out of the box (at least davs IIRC), but I can't remember what the actual issue was right now.
Comment 3 Sebastian Dröge (slomo) 2006-05-30 19:26:53 UTC
Created attachment 66490 [details] [review]
gstgnomevfsuri-additions.diff

I guess I know why... "gst-inspect gnomevfs" or probably the registration of the element itself needs forever with the dav(s) stuff... damn
So let's go with this patch that just adds support for burn:// and works perfect here
Comment 4 Jan Schmidt 2006-05-30 21:31:27 UTC
I'm just curious - how does totem-xine work with this? Does xine itself do access to gnomevfs uris?
Comment 5 Sebastian Dröge (slomo) 2006-05-31 10:49:21 UTC
Yes, xine has a gnomevfs input plugin
Comment 6 Tim-Philipp Müller 2006-06-10 18:52:13 UTC
Only adding burn:// for now, there's bug #340850 for dav/davs support:

 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>

       * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
         Add support for burn:// URIs (#343385); const-ify things a bit,
         use G_N_ELEMENTS instead of hard-coded array size.