gstreamer/libs/gst/helpers
Michael Olbrich 96b88ffe35 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]
2019-05-24 10:37:50 +00:00
..
.gitignore gst: add some gdb python macros 2018-11-08 12:36:23 +00:00
glib_gobject_helper.py gst: add some gdb python macros 2018-11-08 12:36:23 +00:00
gst-completion-helper.c
gst-plugin-scanner.c
gst-ptp-helper.c
gst_gdb.py gdb: add gst_element_pad() function 2019-05-24 10:37:50 +00:00
libgstreamer-gdb.py.in gst: add some gdb python macros 2018-11-08 12:36:23 +00:00
Makefile.am gst: fixed the install command for gdb python macros on macos - install -D is not supported by BSD install 2018-12-06 20:22:21 +00:00
meson.build meson: set correct install path for gdb helper 2019-05-11 18:40:15 +02:00
ptp_helper_post_install.sh