~again4you/+git/gst-shark:release/v0.2.0

Last commit made on 2016-07-01
Get this branch:
git clone -b release/v0.2.0 https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

Name:
release/v0.2.0
Repository:
lp:~again4you/+git/gst-shark

Recent commits

6932f92... by Michael Gruner <email address hidden>

Enhance CPU Usage wording

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

Move to shell conditional to properly export GVC flags

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

Remove line jumps in configure info logging

82086ec... by Michael Gruner <email address hidden>

Fix old project remainders

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

Bump version number

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

Have the project's README point to wiki pages

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

Merge branch 'feature/memory-cleanup' into develop

6b6640c... by Michael Gruner <email address hidden>

Merge branch 'develop' of github.com:RidgeRun/gst-shark into develop

6d22690... by Michael Gruner <email address hidden>

CPU Usage: Fix invalid memory reads

During the tracer constructor a thread was spawned
computing CPU usage information every second. During
tracer destruction the thread attempted to read
object's members, which were no longer valid.

The thread approach was changed to a MainLoop
periodic timeout task, which in turn is removed
when the object is destroyed.

0e5256f... by Michael Gruner <email address hidden>

Fix leak in FPS due to early return condition