Improve state output in pinos-monitor

Make a method to return the string representation of the states and
use that in pinos-monitor to improve output
This commit is contained in:
Wim Taymans 2015-09-30 10:50:45 +02:00
parent c75efac3f9
commit 205a471e49
7 changed files with 86 additions and 3 deletions

View file

@ -49,6 +49,7 @@ typedef enum {
PINOS_STREAM_STATE_STREAMING = 4
} PinosStreamState;
const gchar * pinos_stream_state_as_string (PinosStreamState state);
typedef enum {
PINOS_STREAM_FLAGS_NONE = 0,