File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * Gerard Castillo <gerard.castillo@i2cat.net>
55 *
66 * Copyright (c) 2005-2010 Fundació i2CAT, Internet I Innovació Digital a Catalunya
7+ * Copyright (c) 2014-2025 CESNET
78 *
89 * Redistribution and use in source and binary forms, with or without
910 * modification, is permitted provided that the following conditions
@@ -143,9 +144,9 @@ BasicRTSPOnlyServer::init_server()
143144}
144145
145146void *BasicRTSPOnlyServer::start_server (void *args){
146- char * watch = (char *) args;
147- BasicRTSPOnlyServer* instance = getInstance ();
148-
147+ auto * watch = (EventLoopWatchVariable *) args;
148+ BasicRTSPOnlyServer * instance = getInstance ();
149+
149150 if (instance == NULL || instance->env == NULL || instance->rtspServer == NULL ){
150151 return NULL ;
151152 }
Original file line number Diff line number Diff line change 5151struct rtsp_serv {
5252 struct rtsp_server_parameters params;
5353 pthread_t server_th;
54- uint8_t watch;
54+ EventLoopWatchVariable watch;
5555};
5656
5757rtsp_serv_t *
You can’t perform that action at this time.
0 commit comments