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 163021 - no element to parse playlists
no element to parse playlists
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 154100 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-01-05 15:13 UTC by Peter Snyder
Modified: 2005-03-25 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Snyder 2005-01-05 15:13:36 UTC
"gst-launch-0.8 filesrc location=Punk\ 45.pls ! spider ! osssink" returns the
following 

gst-launch-0.8 filesrc location=Punk\ 45.pls ! spider ! osssink
RUNNING pipeline ...
ERROR: from element /pipeline0/spider0: There is no element present to handle
the stream's mime type text/plain.
Execution ended after 2 iterations (sum 1533395000 ns, average 766697500 ns, min
254000 ns, max 1533141000 ns).


Punk 45.pls contains the following:
[playlist]
NumberOfEntries=1
File1=http://www.live365.com/play/290435?LID=658-usa&lid=658-usa&SaneID=143.44.122.108-1104936597324&AuthType=NORMAL&VisitCount=2&bitrate=56&now=1104936511599
Comment 1 Ronald Bultje 2005-01-05 15:48:54 UTC
Playlist parsing is considered application functionality. Totem provides a
library for this. Other applications also have their own code. GStreamer does
not currently include any playlist parsing functionality.
Comment 2 Stephane Loeuillet 2005-02-09 16:14:22 UTC
*** Bug 154100 has been marked as a duplicate of this bug. ***
Comment 3 Ronald Bultje 2005-03-25 19:12:29 UTC
I tend to mark this as NOTGNOME. We may want to add this later on, but right
now, we consider playlist handling an application responsibility.