Skip to content
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