Skip to content

Releases: RidgeRun/gst-shark

v0.7.0

Choose a tag to compare

@michaelgruner michaelgruner released this 09 Jul 04:33

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

Choose a tag to compare

@eramirez392 eramirez392 released this 02 Apr 23:18

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

Choose a tag to compare

@rrcarlosrodriguez rrcarlosrodriguez released this 10 Dec 19:30

Features on this release:

Fix Segmentation Fault caused by bitrate and buffer tracers on an iMX6 board

Release v0.5.4

Choose a tag to compare

@rrcarlosrodriguez rrcarlosrodriguez released this 30 Nov 22:10

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

Choose a tag to compare

@michaelgruner michaelgruner released this 16 Nov 20:12
  • Fixes a bug where a single dot diagram was written for all the different pipelines (hence overwriting previous graphs).

Release v0.5.2

Choose a tag to compare

@bill9889 bill9889 released this 20 Jul 19:47

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

Choose a tag to compare

@bill9889 bill9889 released this 20 Jul 19:31

This release adds the following:

  • Fix the queue level tracing through GstBins

Release v0.5.0

Choose a tag to compare

@bill9889 bill9889 released this 18 Jul 22:43

This release adds the following:

  • Individual tracing feature.
  • Major source code refactor.
  • Fix the CTF file overflow.
  • Fix several bugs.

Release v0.4.6

Choose a tag to compare

@rrcarlosrodriguez rrcarlosrodriguez released this 15 Dec 15:08

This release fixes the following:

  • Remove "evaluation version" feature
  • Avoid Overflow reading interlatency timestamps

Release v0.4.1

Choose a tag to compare

@michaelgruner michaelgruner released this 01 Jun 18:07

Release v0.4.1 fixes the following:

  • Rename "identity" tracer to "buffer" to avoid conflicting
    with the existing identity element.