[Bug 353475] Improve detection of supported uris on GstURIHandlerInterface

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 18 05:23:36 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=353475
  GStreamer | gstreamer (core) | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |slomo at circular-chaos.org

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-18 12:23:29 UTC ---
Is this still something we want? I don't quite see the reason why we need a
vfunc like this, the list of protocols/schemes should include everything that
is supported and the only reason why such URI fails later is if it is an
invalid URI. In that case it will either be catched by the GStreamer URI
handling code (for really broken URIs) or shortly afterwards after passing it
to set_uri(). If an element claims to support some URI scheme it should always
handle valid URIs with that scheme.

-- 
Configure bugmail: https://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