[gstreamer-bugs] [Bug 510229] [gnomevfssrc] [giosrc] HTTPS support

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 21 12:13:24 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=510229

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|don't know                  |gst-plugins-base
     Ever Confirmed|0                           |1
            Summary|Add HTTPS support           |[gnomevfssrc] [giosrc] HTTPS
                   |                            |support




------- Comment #2 from Tim-Philipp Müller  2008-01-21 20:13 UTC -------
> Bastien: What's the exact problem with the GNOME-VFS source?
> 
> gst-launch-0.10 gnomevfssrc
> location=https://pergamaunz:59110/contents/media%2F01%20-%20We%20Are%20All%20Made%20Of%20Stars.mp3
> \! flump3dec \! gconfaudiosink
> 
> ...works for me...

This is different, because it uses a different mechanism than playbin does. If
you use the location property directly you can use any protocol gnomevfs
supports. There's another mechanism though, namely the GstUriHandler interface
+ gst_element_make_from_uri(). This works (sort of) via a whitelist of
protocols that each element can advertise to support, and which is then stored
in the registry. For GnomeVFS we have a fixed list of protocols for this
purpose. HTTPS is not in that list (which is just an oversight), so
gst_element_make_from_uri() won't pick gnomevfssrc for https:// URIs.

Dead easy to fix, but we're frozen currently.

(dav/davs are also not in that list, but that's because I didn't consider them
stable/reliably enough when I last tried).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=510229.




More information about the Gstreamer-bugs mailing list