gdb: add gst_element_pad() function
authorMichael Olbrich <m.olbrich@pengutronix.de>
Sun, 12 May 2019 05:45:31 +0000 (07:45 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 May 2019 10:37:50 +0000 (10:37 +0000)
commit96b88ffe354b360dfc7cc60a5e22e116604e506b
treed07a1e70371927a6aabab37f17ccc68e41dea409
parent4877afc1458ac7c06bbf9beb244672ddf7451657
gdb: add gst_element_pad() function

Another helper to navigate a pipeline. It makes it possible to easily
access the pads of an element:

(gdb) print $gst_element_pad(basesink, "sink")
$1 = 0x7fffe80770f0 [GstPad|sink]
libs/gst/helpers/gst_gdb.py