~again4you/+git/gst-shark:feature/fix_min_timestamp_plots

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

Branch merges

Branch information

Name:
feature/fix_min_timestamp_plots
Repository:
lp:~again4you/+git/gst-shark

Recent commits

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

63fd69d... by rrcarlosrodriguez <email address hidden>

Add Queuelevel Tracer Plotting Feature

6039240... by rrcarlosrodriguez <email address hidden>

Remove unused macros