Releases: RidgeRun/gst-shark
Releases · RidgeRun/gst-shark
Release list
v0.7.0
Release v0.7.0 includes:
- Extend plot script with element filter option
- Add buffer tracer plot to plot script
- Enable an env var to configure CTF file buffering
- Fix interlatency segfault when a pad is unlinked
- Allow CTF to handle unaligned memory accesses
- Add a parameter to periodic tracers to configure this period
- Extend autogen script to ask for bootstrap programs
- Remove deprecated macro warnings
Release v0.6.0
Features on this release:
- Fix minimum timestamps for plotting.
- Set GNU Plot as default plotting tool.
- Add GStreamer debug check needed for tracers.
Release v0.5.5
Features on this release:
Fix Segmentation Fault caused by bitrate and buffer tracers on an iMX6 board
Release v0.5.4
Features on this release:
- Fix plotting functionality for framerate, proctime and scheduletime tracers
- Add new plotting functionality for bitrate and queuelevel tracers
Release v0.5.3
- Fixes a bug where a single dot diagram was written for all the different pipelines (hence overwriting previous graphs).
Release v0.5.2
This release adds the following:
- Print out the queue level properties.
- Save the framerate values for each pad into CTF file.
- Save the bitrate values for each pad into CTF file.
Release v0.5.1
This release adds the following:
- Fix the queue level tracing through GstBins
Release v0.5.0
This release adds the following:
- Individual tracing feature.
- Major source code refactor.
- Fix the CTF file overflow.
- Fix several bugs.
Release v0.4.6
This release fixes the following:
- Remove "evaluation version" feature
- Avoid Overflow reading interlatency timestamps
Release v0.4.1
Release v0.4.1 fixes the following:
- Rename "identity" tracer to "buffer" to avoid conflicting
with the existing identity element.