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

Last commit made on 2017-05-23
Get this branch:
git clone -b release/v0.4.0 https://git.launchpad.net/~again4you/+git/gst-shark

Branch merges

Branch information

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

Recent commits

2c0d356... by Michael Gruner <email address hidden>

Announce open source release in the NEWS file

7f99c8a... by Michael Gruner <email address hidden>

Fill up releases file

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

Point README to official documentation

993baeb... by Michael Gruner <email address hidden>

Bump version number

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

Merge branch 'feature/identity-tracer' into develop

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

Extend identity tracer to log CTF data

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

Implement an identity tracer

The identity tracer will provide the same information as the identity
element does (plus the refcount of the buffer) for every buffer that
gets pushed through a src pad. In short:
  - PTS
  - DTS
  - Duration
  - Offset
  - Offset end
  - Size
  - Flags
  - Refcount

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

Merge branch 'feature/bitrate-tracer' into develop

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

Extend CTF to log bitrate events

044e37f... by Michael Gruner <email address hidden>

Implement actual bitrate tracing logic