[Bug 703800] playbin: We always request stream combiner pad sink_%u, even if another pad would be better

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 9 00:21:32 PDT 2013


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-09 07:21:30 UTC ---
This will also use unlinked existing pads. I think it's better to iterate over
all request sink pad templates of the combiner and then explicitly request a
pad for the first template that is matching. Otherwise you might get a
non-request pad and try to release that later (which will fail).


Out of curiosity, what exactly is your custom stream combiner doing? Why does
it have different request pad templates?

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