GStreamer Daemon - Releases
Release v0.10.0
- Check access of pid and log directories before starting the daemon
- Integrate Continous Integration to the repository
- Feature to retrieve graph with GraphViz DOT format
- Implement deep notify (like -v in gst-launch)
- Improve code indentation
- Add Video Player Gst-Client example in Python
Release v0.9.0
- New Python GStreamer Daemon Client
- Add support for state-changed messages
- Add support to get pipeline position
- Restore GstD version option
- Bug Fixes
Release v0.8.0
includes the following changes:
- Add internationalization support
- Add meson support
- Add support for child properties
- Support for signal listening
- Unix socket IPC support
- Bugfixes
- Fix build warnings
Release v0.7.0
includes the following changes:
- Add symbolic link to gst-client.
- Daemonize process.
- Reformat GstD response.
- Extend termcap providers list with ncursesw.
- Increment TCP limit.
- Add bus messages for streaming status.
- Fix memory corruption on TCP arguments parsing.
- Sigint handling enhancement.
- Add filename parameters.
- Add support for array properties.
- Fix command parser segfault.
- Fix bus message memory leaks.
- Add libgst client support.
- Fix Jetson TX1 dependencies.
- Fix gtk documentation build.
Release v0.6.3
It includes the following fixes:
- Increase TCP buffer limit
- Fix memory corruption during TCP arg parsing
Release v0.6.2
includes the following fixes:
- Use internal headers to build internal sources
- Add ncursesw as a valid termcap provider
Release v0.6.0
includes:
- Support for more property types
-
- Caps
- Enums
- Flags
- Fractions
- Ranges
- Other standard GLib/GStreamer types
- Bus message feedback
- Listen to each pipeline bus independently for different messages and react accordingly
- Pipeline event sending
-
- EOS
- Seek
- Flush start/flush stop
- Dynamic debug control:
- Enable/disable and change the debug threshold at runtime.
- Bug fixes and enhancements