~again4you/+git/gst-shark:hotfix/interlatency-segfault-on-unlinked-pads

Last commit made on 2020-05-09
Get this branch:
git clone -b hotfix/interlatency-segfault-on-unlinked-pads https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

Name:
hotfix/interlatency-segfault-on-unlinked-pads
Repository:
lp:~again4you/+git/gst-shark

Recent commits

908da06... by Michael Gruner <email address hidden>

Bump hotfix number

14a484f... by Michael Gruner <email address hidden>

Remove unused DOAP file

b295e90... by Michael Gruner <email address hidden>

Avoid interlatency segfault on unliked pads

It may happed that a pipe starts playing with an unlinked pad. In
this scenario the pad will have no peer meaning that we should
stop processing.

c41a05c... by eramirez392 <email address hidden>

Merge branch 'hotfix/fix-bitrate-tracer-definition'

ab490c0... by eramirez392 <email address hidden>

Bump version number

012509f... by eramirez392 <email address hidden>

Fix definition for bitrate tracer type

c62b8ab... by Michael Gruner <email address hidden>

Merge branch 'release/v0.6.0'

3712acb... by Michael Gruner <email address hidden>

Bump version number

7fee934... by Michael Gruner <email address hidden>

Merge branch 'feature/check-for-gst-debug' into develop

e9e5fdf... by Michael Gruner <email address hidden>

Check if GStreamer was built with debug enabled

Tracers require GStreamer debugging enabled. It doesn't make
sense to continue if GStreamer was built without debugging
support.