[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 10:10:45 PDT 2013


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

--- Comment #22 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-23 17:10:41 UTC ---
Indeed, I missed that. Sorry

Maybe change that code for clarity to something like this:

if (!select->selectr && playbin->*_stream_combiner)
  select->selector = gst_object_ref (playbin->*_stream_combiner);
} else if (!select->selector) {
  select->select = gst_element_factory_make ("input-selector", NULL);
}

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