[gstreamer-bugs] [Bug 353475] New: Improve detection of supported uris on GstURIHandlerInterface

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 29 13:56:25 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=353475
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: Improve detection of supported uris on
                    GstURIHandlerInterface
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: andrunko at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


While working with adding daap/dpap support on gstreamer trought gnomevfs
modules, i found that the playbin gst element could not use the new gnomevfs
modules. After some investigation, i found that the gnomevfs plugin was
implementing the GstURIHandlerInterface in order to inform what protocols were
supported by the plugin. The problem is that gnomevfs does not have a method to
query for all supported protocols, and this way the list of supported protocols
was hardcoded in  the gnomevfs gst plugin.
Attached there is a patch to add a new virtual method to GstURIHandlerInterface
that instead of querying all supported protocols, it receives a uri and returns
if this uri is supported or not, allowing gnomevfs gst plugin to work with more
gnomevfs modules than the hardcoded list.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list