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 596885 - source element to read data: URIs
source element to read data: URIs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-30 15:25 UTC by Philippe Normand
Modified: 2010-01-25 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe Normand 2009-09-30 15:25:16 UTC
It would be nice to support the URI scheme defined in RFC 2397. I started an element for that in WebKit, with the help of slomo :)

https://bugs.webkit.org/show_bug.cgi?id=29842

Maybe this could move to -bad at some point?
Comment 1 Sebastian Dröge (slomo) 2010-01-25 10:14:27 UTC
commit 8c157ceb64605ca08b5aedc6f84b2e8f18494118
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Jan 25 11:12:47 2010 +0100

    dataurisrc: Add data: URI source element
    
    This is slightly based on the WebKit data: URI source
    but supports more parts of RFC 2397.
    
    Fixes bug #596885.

commit 351066b6eb3b4ebf287cb9b0f8fb0ac80ace5d99
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Jan 25 07:42:56 2010 +0100

    dataurisrc: Add directory for data: URI source
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-01-25 10:42:56 UTC
Please supply an extra patch that adds a doc blob to the C file. It totaly not abvious what this element is doing and how it is supposed to be used.
Comment 3 Sebastian Dröge (slomo) 2010-01-25 10:57:15 UTC
commit 828af084903b08715b05bd2b9896d60b921b87bd
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Jan 25 11:56:33 2010 +0100

    dataurisrc: Add docs and integrate into build system
    
    Fixes again bug #596885.