Skip to content

Releases: RidgeRun/gstd-1.x

v0.15.0

23 Aug 05:48
Compare
Choose a tag to compare

Release v0.15.0 includes:

  • Change project license to LGPL2+
  • Support for refcounted pipe control commands
  • Add option to disable daemon logs
  • Fix support on Ubuntu 22.04
  • Add meson to CI checks
  • Improve support on older systems
  • Enhancements on Python test driver and installer
  • General improvements and fixes

Release v0.14.0

03 Mar 18:11
Compare
Choose a tag to compare

Release v0.14.0 includes:

  • Element actions support (including the Python API)
  • Several fixes in compilation
  • Memory leak fix

v0.13.2

05 Jan 16:05
Compare
Choose a tag to compare

Release v0.13.2 includes:

  • Fix for segfault when using the HTTP IPC

Release v0.13.1

09 Dec 18:13
Compare
Choose a tag to compare

Release v0.13.1 includes:

  • Fix to TCP incorrect disconnection, avoiding a deadlock at socket recv instruction: now, it throws an UNREACHABLE exception in pygstc

It updates:

pygstc from v0.2.0 to v0.2.1

Release v0.13.0

19 Jul 22:04
Compare
Choose a tag to compare

This release includes:

  • libgstc support to get pipeline state
  • Fix memory leak in gstd pipeline get property
  • libgstc signals support
  • Remove compilation warnings
  • Fix tests to build inside gst-build

Release v0.12.1

28 May 20:39
f6f30c8
Compare
Choose a tag to compare

Release v0.12.1 includes:

  • Fix to memory leak when using signal_connect API

Release v0.12.0

18 Mar 20:40
Compare
Choose a tag to compare

Release v0.12.0 includes:

  • Inint scripts support
  • Fix race condition in GstdList

Release v0.11.3

02 Oct 14:35
Compare
Choose a tag to compare

Release v0.11.3 includes:

  • Fix to Gstd class constructor to remove http:// schema from the IP parameter

Release v0.11.2

28 Sep 22:59
Compare
Choose a tag to compare

Release v0.11.2 includes:

  • Fix for pygstc where the poll call timed out immediately, rather
    than using the user's value.
  • Fix for gstd where the the IPC is stopped before unreffing it. Fixes
    an ugly assert failure given by the HTTP IPC

v0.11.0

05 Aug 19:43
Compare
Choose a tag to compare

Version 0.11.0 includes:

  • Add HTTP multithreading server
  • Improve pygstc error handler
  • Add a Javascript library (libgstc.js)
  • Fix version compatibility with deep notify
  • Add web examples that use new libgstc.js
  • Refactor the structure of libraries
  • Allow variable socket size in C library
  • Add thread safe operations over element properties