GNOME Bugzilla – Bug 773957
tests: playbin3: print added/removed elements
Last modified: 2018-05-12 06:59:06 UTC
Created attachment 339152 [details] [review] playbin-test: use 'deep' element-added and element-removed signals Dear All. From GST v1.10, "deep" element-added and element-removed signals are added. So I updated the playbin3 test code to use these signals in order to track when elements are added or removed from a playbin3 pipeline. Thanks.
What's this useful for? Just because we can?
Hello Tim My intention is to use 'deep' element-added and element-removed signals in playbin3 and dump information of added or removed element. If you want more behaviour likes add properties or handling something at that time, I will do make another examples. Thanks.
You can just use debugging categories for this.