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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 24 14:29:49 PDT 2013


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

Brendan Long <self> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245091|0                           |1
        is obsolete|                            |

--- Comment #24 from Brendan Long <self at brendanlong.com> 2013-05-24 21:29:43 UTC ---
Created an attachment (id=245279)
 View: https://bugzilla.gnome.org/attachment.cgi?id=245279
 Review: https://bugzilla.gnome.org/review?bug=698851&attachment=245279

Handle custom combiners more like normal ones, cache property checks

I updated the handling of custom stream combiners so they're added in
pad_added_cb (like the default input-selectors) instead of activate_group, with
the only difference being this:

    if (custom_combiner)
      select->selector = gst_object_ref (custom_combiner);
    else
      select->selector = gst_element_factory_make ("input-selector", NULL);

I also cache all of the property checks when I create the selector, and drop
out of functions we know we can't handle as soon as possible.

And I changed "*-stream-combiner" to expose the automatically created
input-selectors.

Individual commits are on GitHub of course.

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