bin: add "deep-element-added" and "deep-element-removed" signals
authorTim-Philipp Müller <tim@centricular.com>
Sat, 14 May 2016 09:55:53 +0000 (10:55 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 16 May 2016 08:10:09 +0000 (09:10 +0100)
commit81dec8cc4d097a0c975f9e7ef9234339ad1b0155
tree3bba8a62d5c202f95b54de30eda999645ade49c4
parentedb27a8ec26dfc6d8f7db8c29a7b0b14053f26a5
bin: add "deep-element-added" and "deep-element-removed" signals

This means applications and bin sub-classes can easily track when
a new child element is added to the pipeline sub-hierarchy or
removed.

Currently doesn't signal deep added/removed for elements inside
a bin if a bin is added/removed.

https://bugzilla.gnome.org/show_bug.cgi?id=578933
gst/gstbin.c
gst/gstbin.h
tests/check/gst/gstbin.c