[Bug 698851] playbin: ability to mix or play multiple audio and text streams simultaneously

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 23 09:46:17 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698851
  GStreamer | gst-plugins-base | git

--- Comment #19 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-23 16:46:10 UTC ---
(In reply to comment #18)
> (In reply to comment #17)
> > Instead of this I would add checks for all of the (relevant) input-selector
> > properties... and if the custom selectors allows one of them, allow to use it
> > through playbin.
> 
> Isn't that what I'm doing? Do you just want all of the checks up-front, instead
> of as-needed?

Yes, up-front. And also do this for the current-audio, etc properties.

> > Store them in the GstSourceGroup and GstSourceSelect at the same place where
> > otherwise the input-selector would be created,
> 
> Already done, except I also store them in playbin->*_stream_combiner, similar
> to playbin->*_sink. They're reffed and added to the group in activate_group
> (just like the sinks).
> 
> > and add/remove them from the bin
> > at the same time as the input-selector would currently be added/removed.
> 
> Should playbin be doing this? The sinks are just expected to be in the bin
> (gst_bin_add and gst_bin_remove are never called on them). It does seem more
> user-friendly to do that automatically, but it will also be inconsistent.

Yes, playbin should do that at the same place where it currently does this with
the input-selector. For the sinks this is all handled inside playsink, so look
at the playsink code to get some ideas :)

-- 
Configure bugmail: https://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