mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
This adds gdb pretty printer for some GStreamer types. For GstObject pointers the type and name is added, e.g. "0x5555557e4110 [GstDecodeBin|decodebin0]". For GstMiniObject pointers the object type is added, e.g. "0x7fffe001fc50 [GstBuffer]". For GstClockTime and GstClockTimeDiff the time is also printed in human readable form, e.g. "150116219955 [+0:02:30.116219955]". Fixes #320 |
||
---|---|---|
.. | ||
.gitignore | ||
glib_gobject_helper.py | ||
gst-completion-helper.c | ||
gst-plugin-scanner.c | ||
gst-ptp-helper.c | ||
gst_gdb.py | ||
libgstreamer-gdb.py.in | ||
Makefile.am | ||
meson.build | ||
ptp_helper_post_install.sh |