~again4you/+git/gst-shark:test/disable-file-buffering

Last commit made on 2020-05-20
Get this branch:
git clone -b test/disable-file-buffering https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

Name:
test/disable-file-buffering
Repository:
lp:~again4you/+git/gst-shark

Recent commits

116dcec... by Mauricio <email address hidden>

Add setvbuf function to disable file buffering

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.