[Bug 578933] 'element-added' signal does not work for sink elements being added in playbin2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 28 11:05:24 PDT 2011


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2011-03-28 18:05:19 UTC ---
You can get playsink from playbin2 by using the GstBin API to get the children
of playbin2. You can then get the abin and vbin from playsink by looking at the
element-added signal and the elements inside this bins by using the GstBin API
again (they are added to abin/vbin before abin/vbin is added to playsink).

Not sure what we can do about this to make it easier

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