[Bug 770331] player: Implement a playlist API and next/previous commands

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 24 19:00:42 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770331

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Olivier Crête from comment #6)
> Would be nice to have a user_data+destroy_notify in the playlist-queue
> "simple" implementation.

It already has that, see the arguments of the new() function. I would've
preferred to also be able to use signals here btw, but multiple return values
(or out parameters) don't work with that.

> I'm also not sure I understand what the auxilliary
> URIs are for? Only external subtitles? Anything else? How do you know which
> is which if you have more than one?

That's basically preparation for playbin3 :) Right now we can only have a
single suburi, with playbin3 you can have multiple subtitles, external audio
tracks, etc. With the streams API you would be able to know what to do with
them.

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