This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/gstreamer-1.0/gsttcamsrc.cpp b/src/gstreamer-1.0/gsttcamsrc.cpp | |
index 5ee4f01..82235bd 100644 | |
--- a/src/gstreamer-1.0/gsttcamsrc.cpp | |
+++ b/src/gstreamer-1.0/gsttcamsrc.cpp | |
@@ -1064,7 +1064,11 @@ static void gst_tcam_src_device_lost_callback (const struct tcam_device_info* in | |
#endif | |
- gst_tcam_src_stop(GST_BASE_SRC(self)); | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/arvgvstream.c b/src/arvgvstream.c | |
index 4dde0b2..ae032c7 100644 | |
--- a/src/arvgvstream.c | |
+++ b/src/arvgvstream.c | |
@@ -41,12 +41,12 @@ | |
#include <stdio.h> | |
#include <errno.h> | |
#include <arvwakeupprivate.h> | |
+#include <netinet/in.h> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import time | |
import sys | |
import gi | |
gi.require_version("Tcam", "0.1") | |
gi.require_version("Gst", "1.0") | |
from gi.repository import Tcam, Gst |
OlderNewer