Commit 5155035d authored by Francois Cartegnie's avatar Francois Cartegnie

sout: chromecast: tag falls-through

parent e9ea6c7b
...@@ -317,13 +317,16 @@ static void Close(vlc_object_t *p_this) ...@@ -317,13 +317,16 @@ static void Close(vlc_object_t *p_this)
case CHROMECAST_APP_STARTED: case CHROMECAST_APP_STARTED:
// Generate the close messages. // Generate the close messages.
msgClose(p_stream, p_sys->appTransportId); msgClose(p_stream, p_sys->appTransportId);
// ft
case CHROMECAST_AUTHENTICATED: case CHROMECAST_AUTHENTICATED:
msgClose(p_stream, "receiver-0"); msgClose(p_stream, "receiver-0");
// Send the just added close messages. // Send the just added close messages.
sendMessages(p_stream); sendMessages(p_stream);
// ft
case CHROMECAST_TLS_CONNECTED: case CHROMECAST_TLS_CONNECTED:
disconnectChromecast(p_stream); disconnectChromecast(p_stream);
p_sys->i_status = CHROMECAST_DISCONNECTED; p_sys->i_status = CHROMECAST_DISCONNECTED;
// ft
default: default:
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment