[gstreamer-bugs] [Bug 313322] [PATCH] filesrc doesn't handle file:// URIs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 16 04:43:36 PST 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=313322
 GStreamer | gstreamer (core) | Ver: 0.8.x





------- Comment #5 from Tim-Philipp Müller  2006-01-16 12:43 UTC -------

  gst-launch file://foo.ogg ! decodebin ! esdsink

should already work (and does here), minus a missing audioconvert ! audioscale
at least. Also, playbin should pick filesrc for file:// URIs in current 0.8, as
filesrc has a rank of PRIMARY and gnomevfssrc a rank of SECONDAY. There's also
a utility function to create an element given a URI, which should return
filesrc as well.

(Not that I can see much harm in checking for a file:// prefix, but I don't see
why it should be necessary for what you want to achieve)


-- 
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