gdb: print more data for segment events
authorMichael Olbrich <m.olbrich@pengutronix.de>
Sat, 11 May 2019 19:08:50 +0000 (21:08 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 May 2019 10:37:50 +0000 (10:37 +0000)
commit4877afc1458ac7c06bbf9beb244672ddf7451657
tree7f4d155479ebc3afb86c994aafb8b07508e3b13d
parent2bd2ed289a115f448fd5a345acd61fcea27794bc
gdb: print more data for segment events

This add the different timestamps for segment events:

(gdb) gst-print pad
SrcPad(src, push) {
  events:
[...]
    segment: time
      rate: 1.1
      start:    0:03:08.449753330
      time:     0:03:08.449753330
      position: 0:03:08.449753330
      duration: 0:12:14.166687500
[...]
}
libs/gst/helpers/gst_gdb.py