Releases: RidgeRun/gstd-1.x
Releases · RidgeRun/gstd-1.x
v0.15.2
v0.15.0
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
Release v0.14.0 includes:
- Element actions support (including the Python API)
- Several fixes in compilation
- Memory leak fix
v0.13.2
Release v0.13.2 includes:
- Fix for segfault when using the HTTP IPC
Release v0.13.1
Release v0.13.1 includes:
- Fix to TCP incorrect disconnection, avoiding a deadlock at socket
recv
instruction: now, it throws anUNREACHABLE
exception inpygstc
It updates:
pygstc
from v0.2.0
to v0.2.1
Release v0.13.0
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
Release v0.12.1 includes:
- Fix to memory leak when using signal_connect API
Release v0.12.0
Release v0.12.0 includes:
- Inint scripts support
- Fix race condition in GstdList
Release v0.11.3
Release v0.11.3 includes:
- Fix to Gstd class constructor to remove
http://
schema from the IP parameter
Release v0.11.2
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