From baf59692c62dabfd81465eb323276cc0a87ea6b4 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sun, 15 Oct 2017 12:26:54 +0200 Subject: [PATCH] fix last commit --- libarmbox/playback_gst.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libarmbox/playback_gst.cpp b/libarmbox/playback_gst.cpp index 4108a39..7322b9c 100644 --- a/libarmbox/playback_gst.cpp +++ b/libarmbox/playback_gst.cpp @@ -70,6 +70,7 @@ GstElement * videoSink = NULL; gchar * uri = NULL; GstTagList * m_stream_tags = 0; static int end_eof = 0; +#define HTTP_TIMEOUT 30 gint match_sinktype(const GValue *velement, const gchar *type) {