[gstreamer-bugs] [Bug 307361] New: please expose shoutcast stream metadata through playbin

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Jun 12 03:43:30 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=307361
 GStreamer | gst-plugins | Ver: 0.8.x

           Summary: please expose shoutcast stream metadata through playbin
           Product: GStreamer
           Version: 0.8.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jonathan at kaolin.hn.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


It'd be nice if playbin handled shoutcast stream metadata so applications
playing streams could display the current song title.  rhythmbox can do this
with its old playback pipeline, but it loses that ability when using playbin
instead.

I'll attach a patch that implements this.  It's a hack, but it might be a useful
starting point.  It sets the 'iradio-mode' property on the source element for
HTTP URLs (if it exists; the source element might not be a gnomevfssrc), and
forwards the resulting deep-notify signals from the source element, so you can
get the signal by attaching a signal handler to the playbin element.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list