After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773957 - tests: playbin3: print added/removed elements
tests: playbin3: print added/removed elements
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.10.0
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-04 23:01 UTC by HoonHee Lee
Modified: 2018-05-12 06:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playbin-test: use 'deep' element-added and element-removed signals (2.62 KB, patch)
2016-11-04 23:01 UTC, HoonHee Lee
none Details | Review

Description HoonHee Lee 2016-11-04 23:01:31 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.
Comment 1 Tim-Philipp Müller 2016-11-04 23:20:11 UTC
What's this useful for? Just because we can?
Comment 2 HoonHee Lee 2016-11-04 23:34:37 UTC
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.
Comment 3 Edward Hervey 2018-05-12 06:59:06 UTC
You can just use debugging categories for this.