GStreamer Daemon - Releases: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{GStreamer Daemon Page|[[GStreamer Daemon - Interpipesink|Interpipesink]]|[[GStreamer Daemon - Licensing|Licensing]]|
{{GStreamer Daemon/Head | previous=Interpipesink | next=Licensing}}
 
 
==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==
==Release v0.8.0==
includes the following changes:
includes the following changes:
;Add internationalization support
*Add internationalization support
;Add meson support
*Add meson support
;Add support for child properties
*Add support for child properties
;Support for signal listening
*Support for signal listening
;Unix socket IPC support
*Unix socket IPC support
;Bugfixes
*Bugfixes
;Fix build warnings
*Fix build warnings


==Release v0.7.0==
==Release v0.7.0==
includes the following changes:
includes the following changes:
;Add symbolic link to gst-client.
*Add symbolic link to gst-client.
;Daemonize process.
*Daemonize process.
;Reformat GstD response.
*Reformat GstD response.
;Extend termcap providers list with ncursesw.
*Extend termcap providers list with ncursesw.
;Increment TCP limit.
*Increment TCP limit.
;Add bus messages for streaming status.
*Add bus messages for streaming status.
;Fix memory corruption on TCP arguments parsing.
*Fix memory corruption on TCP arguments parsing.
;Sigint handling enhancement.
*Sigint handling enhancement.
;Add filename parameters.
*Add filename parameters.
;Add support for array properties.
*Add support for array properties.
;Fix command parser segfault.
*Fix command parser segfault.
;Fix bus message memory leaks.
*Fix bus message memory leaks.
;Add libgst client support.
*Add libgst client support.
;Fix Jetson TX1 dependencies.
*Fix Jetson TX1 dependencies.
;Fix gtk documentation build.
*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==
==Release v0.6.2==
Line 55: Line 76:




}}
{{GStreamer Daemon/Foot | previous=Interpipesink | next=Licensing}}

Latest revision as of 18:41, 2 September 2020



Previous: Interpipesink Index Next: Licensing




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



Previous: Interpipesink Index Next: Licensing