debugutils: skip "parent" property for elements when dumping pipeline graph
authorTim-Philipp Müller <tim@centricular.com>
Wed, 19 Feb 2020 18:49:07 +0000 (18:49 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 19 Feb 2020 19:01:25 +0000 (19:01 +0000)
commit602b13c6c3bf8b6d862ee88930fabc93986b0da6
tree8b49e067304200cc69f71112fc608e20a261722b
parent826230ba1bd1fd271cb37de18d541d0c422fcf26
debugutils: skip "parent" property for elements when dumping pipeline graph

Seems unnecessary to print the parent name for every
element in the pipeline graph, it's clear from the
graph what the parent element is and it's hard to
imagine a case where this is useful info rather than
just distracting spam. So far this was only done for
pads, but we should just do it for everything.
gst/gstdebugutils.c