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 595570 - Add a GnlURISource
Add a GnlURISource
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks:
 
 
Reported: 2009-09-18 12:13 UTC by Edward Hervey
Modified: 2009-09-21 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-09-18 12:13:00 UTC
GnlFileSource is tied to being specific to file system locations.

We should have a more generic GnlURISource to which we can provide a URI instead, and then make GnlFileSource a subclass of that new source.
Comment 1 Edward Hervey 2009-09-21 09:50:11 UTC
commit 38b7acad1b85e1d512b15da3bb44420bd6a2a67d
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Mon Sep 21 11:49:07 2009 +0200

    New GnlURISource plugin, of which GnlFileSource subclasses. Fixes #595570