gstreamer/tools
Thibault Saunier 545a993316 discoverer: Enhance printed information when not verbose
Basically print information about media tracks making without tags
nor buffers in caps making still quite small but containing all
information infos.

Stop making 'Topology' section and just print the info

before:

```
Topology:
  container: MPEG-2 Transport Stream
    audio: AC-3 (ATSC A/52)
    video: H.264 (High Profile)

Properties:
  Duration: 0:00:05.512394259
  Seekable: yes
  Live: no
  Tags:
      audio codec: AC-3 (ATSC A/52)
      bitrate: 192000
      video codec: H.264 (High Profile)
      minimum bitrate: 12947
      maximum bitrate: 12947
```

After:

```
Properties:
  Duration: 0:00:05.512394259
  Seekable: yes
  Live: no
  container: MPEG-2 Transport Stream
    audio: AC-3 (ATSC A/52)
      Stream ID: b076403d73e0c5fc13985832e8d585945603993437ba14b0799f422f9495e8ef:1/00001100
      Language: <unknown>
      Channels: 2 (front-left, front-right)
      Sample rate: 48000
      Depth: 32
      Bitrate: 192000
      Max bitrate: 0
    video: H.264 (High Profile)
      Stream ID: b076403d73e0c5fc13985832e8d585945603993437ba14b0799f422f9495e8ef:1/00001011
      Width: 1920
      Height: 1080
      Depth: 24
      Frame rate: 30000/1001
      Pixel aspect ratio: 1/1
      Interlaced: true
      Bitrate: 10363396
      Max bitrate: 12947
```
2020-04-06 10:01:32 -04:00
..
gst-device-monitor-1.0.1 tools: add gst-device-monitor-1.0 utility 2014-06-27 11:07:21 +01:00
gst-device-monitor.c tools: Add support for CameraSource pipeline description 2019-11-27 12:13:43 +00:00
gst-discoverer-1.0.1 tools: remove gst-visualise script 2012-08-18 21:38:14 +01:00
gst-discoverer.c discoverer: Enhance printed information when not verbose 2020-04-06 10:01:32 -04:00
gst-play-1.0.1 tools: gst-play: Update man page 2019-03-31 17:44:15 +09:00
gst-play-kb.c gst-play: Handle KeyDown event instead of KeyUp on Win32 keyboard handler 2019-11-19 17:48:26 +09:00
gst-play-kb.h tools: play: implement seeking via console in interactive mode 2013-11-24 14:38:25 +00:00
gst-play.c gst-play: Add -i parameter for instant rate changes 2020-04-01 21:01:38 +00:00
meson.build meson: static linkig of tools needs gmodule_dep 2020-03-04 14:48:15 +00:00