revert setting stop_server() as static, it should eventually be

used non statically  if the gstreamer  display window is closed.
This commit is contained in:
fduncanh
2021-08-04 04:09:15 -04:00
parent 23db8faae7
commit 7a60e958b2

View File

@@ -47,7 +47,7 @@ static int start_server (std::vector<char> hw_addr, std::string name, unsigned s
unsigned short tcp[2], unsigned short udp[3], videoflip_t videoflip,
bool use_audio, bool debug_log);
static int stop_server ();
int stop_server ();
static bool running = false;
static dnssd_t *dnssd = NULL;