aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/gstreamer_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer_extractor.c')
-rw-r--r--src/plugins/gstreamer_extractor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/gstreamer_extractor.c b/src/plugins/gstreamer_extractor.c
index db9d804..2deb228 100644
--- a/src/plugins/gstreamer_extractor.c
+++ b/src/plugins/gstreamer_extractor.c
@@ -45,8 +45,9 @@ GST_DEBUG_CATEGORY_STATIC (gstreamer_extractor);
45 * asking to seek, or giving us discovered info, assume it hanged up 45 * asking to seek, or giving us discovered info, assume it hanged up
46 * and kill it. 46 * and kill it.
47 * In microseconds. 47 * In microseconds.
48 * Keep this value a bit less than DATA_TIMEOUT_FREQUENCY
48 */ 49 */
49#define DATA_TIMEOUT 80000LL /* 80ms */ 50#define DATA_TIMEOUT 1350000LL /* 1.35s */
50 51
51pthread_mutex_t pipe_mutex; 52pthread_mutex_t pipe_mutex;
52 53