~again4you/+git/gst-shark:packaging/nnstreamer

Last commit made on 2020-06-26
Get this branch:
git clone -b packaging/nnstreamer https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

Name:
packaging/nnstreamer
Repository:
lp:~again4you/+git/gst-shark

Recent commits

3ad0d5a... by Sangjung Woo

[Debian] Make a debian package for gst-shark

This patch newly makes a debian package for gst-shark.

Signed-off-by: Sangjung Woo <email address hidden>

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.

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

Use existing logger util to handle debug disabling properly

3e55d2f... by Luis Leon <email address hidden>

Merge branch 'feature/fix-fltk-bug-multiple-plotting' into develop

Fix a bug caused by FLTK and QT plotting tools

Octave usually takes either FLTK or QT for plotting; however, these plotting tools cause a crash in Octave when plotting more than one trace in gstshark-plot. In order to fix this crash, gstshark is now using GNU Plot, even though it is older, but this bug does not happen.