[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:53:49 PDT 2013


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

--- Comment #21 from Brendan Long <self at brendanlong.com> 2013-05-23 16:53:47 UTC ---
But it creates the selectors like this:

    if (select->selector == NULL && playbin->have_selector) {
      /* no selector, create one */
      GST_DEBUG_OBJECT (playbin, "creating new input selector");
      select->selector = gst_element_factory_make ("input-selector", NULL);

select->selector != NULL because it uses the group->selector (the for loop
before this section). So, it should just skip this entire section.

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