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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 29 10:00:12 PDT 2013


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

--- Comment #42 from Brendan Long <self at brendanlong.com> 2013-05-29 17:00:07 UTC ---
Yes, sorry I think I wrote that wrong. If you look at my ref counts, you'll see
that I took that into account -- the default combiner starts with one ref, and
stays at one when added to the bin (because it does a `ref_sink`). The custom
combiner starts with one ref (because we `ref_sink` it in
`gst_play_bin_set_stream_combiner`), then we add one with our `ref_sink` and
`gst_bin_add` adds another. We want one additional ref, but we end up with two.

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