vlc | branch: master | Francois Cartegnie <[email protected]> | Thu Oct  2 
15:14:05 2014 +0200| [5155035d54c900e0471014475df8d272af8d7632] | committer: 
Francois Cartegnie

sout: chromecast: tag falls-through

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5155035d54c900e0471014475df8d272af8d7632
---

 modules/stream_out/chromecast/cast.cpp |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/stream_out/chromecast/cast.cpp 
b/modules/stream_out/chromecast/cast.cpp
index ec5ef7f..6407997 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -317,13 +317,16 @@ static void Close(vlc_object_t *p_this)
     case CHROMECAST_APP_STARTED:
         // Generate the close messages.
         msgClose(p_stream, p_sys->appTransportId);
+        // ft
     case CHROMECAST_AUTHENTICATED:
         msgClose(p_stream, "receiver-0");
         // Send the just added close messages.
         sendMessages(p_stream);
+        // ft
     case CHROMECAST_TLS_CONNECTED:
         disconnectChromecast(p_stream);
         p_sys->i_status = CHROMECAST_DISCONNECTED;
+        // ft
     default:
         break;
     }

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to