~again4you/+git/gst-shark:feature/fix-fltk-bug-multiple-plotting

Last commit made on 2019-01-10
Get this branch:
git clone -b feature/fix-fltk-bug-multiple-plotting https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

Name:
feature/fix-fltk-bug-multiple-plotting
Repository:
lp:~again4you/+git/gst-shark

Recent commits

98983a6... by Luis Leon <email address hidden>

Change plotting tool from default to gnuplot

This is part of a fix to deal with a bug when gstshark-plot have to plot multiple traces. Octave uses FLTK by default as plotting tool, but due to a bug in this library, it makes the gstShark-plot crashes when plot_tracer.m tries to plot multiple traces. This bug was also found in http://savannah.gnu.org/bugs/?45298, where this phenomenom happens when plotting with Octave as well. In order to fix this bug, the default plotting tool is substituted by GNU Plot.

7d182f8... by Luis Leon <email address hidden>

Merge branch 'feature/fix_min_timestamp_plots' into develop

Add minimum timestamp to limit x axis when plotting traces

This solves the issue of having a time offset when the traces do not start from zero. So, gstshark-plot now computes the minimum x value and start plotting from it to the timestamp maximum. The changes were done in plot_tracer.m, adding timestamp_min and modifying xlim(...).

e0cf019... by Luis Leon <email address hidden>

Fix timestamp minimum in plot_tracer when plotting traces

When a streamer client is started before a stream server, there was a time offset until the stream server started. This was caused by defining 0 as x min limit instead of computing the minimum timestamp of each trace. Thus, this fix changes the starting x limit from 0 to the minimum calculated in the timestamps of each trace.

04020c5... by rrcarlosrodriguez <email address hidden>

Merge branch 'release/v0.5.5' into develop

a43c0b1... by rrcarlosrodriguez <email address hidden>

Bump Hotfix version number

f17664a... by rrcarlosrodriguez <email address hidden>

Merge branch 'feature/fix-imx6-segfault' into develop

9215586... by rrcarlosrodriguez <email address hidden>

Fix Segfault on iMX6

Bitrate and Buffer tracers guint64 definitions were causing problems
on the iMX6. Initializing the minimum value with G_GUINT64_CONSTANT
helps to avoid the issue.

96a915e... by rrcarlosrodriguez <email address hidden>

Merge branch 'release/v0.5.4' into develop

d18d772... by rrcarlosrodriguez <email address hidden>

Bump Hotfix version number

976e55a... by rrcarlosrodriguez <email address hidden>

Merge branch 'feature/fix-tracers-plotting' into develop