gstreamer/libs/gst
Michael Olbrich 36c2fc3bc3 gdb: gst-print add more pad and element information
For elements, this adds all child elements, the state and base/start time:

(gdb) gst-print pipeline
0x5555556ebd20 "pipeline0"
GstPipeline(pipeline0) {
    children:
      fakesink0
      queue0
      videotestsrc0
    state: PLAYING
    base_time: +2:54:36.892581150
    start_time: 0:00:00.000000000
}

For pads, this adds the peer pads and the current task state and the
offset (if not zero):

(gdb) gst-print pad
SrcGhostPad(src, push) {
  events:
    [...]
  peer: vaapisink0:sink
  inner peer: scale:src
}

(gdb) gst-print pad
SrcPad(src, push) {
  events:
    [...]
  peer: queue0:sink
  task: STARTED
  offset: 30000000 [+0:00:00.030000000]
}
2019-05-24 10:37:50 +00:00
..
base basesink: Remove leading space from Since maker of gst_base_sink_get_stats() 2019-05-16 15:24:02 +00:00
check Port to hotdoc 2019-05-13 16:34:09 -04:00
controller doc: Fix hotdoc warnings 2019-05-13 16:34:09 -04:00
helpers gdb: gst-print add more pad and element information 2019-05-24 10:37:50 +00:00
net doc: Fix hotdoc warnings 2019-05-13 16:34:09 -04:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30