GStreamer Daemon - Receiving Signals

From RidgeRun Developer Connection
Revision as of 15:59, 17 July 2019 by Mmontero (talk | contribs) (Created page with "{{GStreamer Daemon Page Top|Flush start/Flush stop|GStreamer Daemon - Enabling the Debug Subsystem|Enabling the Debug Subsystem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Flush start/Flush stop

Home

Enabling the Debug Subsystem

Some GStreamer elements emit signals to notify events to the applications. GStreamer Daemon offers the capability to connect to a signal and wait for the signal event to happen. You must be aware that the GStreamer Daemon signal support is just a mean of nofication, you cannot provide any response to the signal and some argument types may not have any sense on the client context.

This wiki describes the basics on how to interact with GStreamer element signals. Specifically, how to wait for a signal. You'll find that the family of commands used to interact with signals are prefixed with signal_<action>.



Flush start/Flush stop

Home

Enabling the Debug Subsystem