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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 25 07:23:05 UTC 2016


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Olivier Crête from comment #8)
> (In reply to Sebastian Dröge (slomo) from comment #7)
> > (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 meant for gst_player_playlist_queue_push(). I assume many simple apps will
> just want to use that to keep their playlist and be able to attach a small
> struct to each time (or maybe just a user-visible string).

Indeed, changing that to have user_data and a destroy_notify for each item.
Good idea, thanks!

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