diff options
Diffstat (limited to 'backends/pulse/pulse-helpers.c')
-rw-r--r-- | backends/pulse/pulse-helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/pulse/pulse-helpers.c b/backends/pulse/pulse-helpers.c index 671c3e2..f1272ae 100644 --- a/backends/pulse/pulse-helpers.c +++ b/backends/pulse/pulse-helpers.c @@ -73,6 +73,8 @@ const pa_channel_position_t pulse_channel_map_to[MATE_MIXER_CHANNEL_MAX] = MateMixerStreamControlMediaRole pulse_convert_media_role_name (const gchar *name) { + g_return_val_if_fail (name != NULL, MATE_MIXER_STREAM_CONTROL_MEDIA_ROLE_UNKNOWN); + if (!strcmp (name, "video")) { return MATE_MIXER_STREAM_CONTROL_MEDIA_ROLE_VIDEO; } |