gdb: add gst_pipeline() and gst_bin_get() functions
authorMichael Olbrich <m.olbrich@pengutronix.de>
Sat, 11 May 2019 18:59:04 +0000 (20:59 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 May 2019 10:37:50 +0000 (10:37 +0000)
commitebce5a7ee96dfbf62accaf0e50beb41efde76d28
tree9626faae9e898dcd888239c35df59c9fdc5f099d
parent8ccb9f2595bd8a3f2f78411e72fe8c6eee327eda
gdb: add gst_pipeline() and gst_bin_get() functions

This simplifies navigating in a GStreamer pipeline, e.g.

(gdb) print $gst_bin_get($gst_pipeline(pad), "matroskademux0")
$1 = 0x7fffe81b4050 [GstMatroskaDemux|matroskademux0]
libs/gst/helpers/gst_gdb.py