From 4fd29bd8f32a258db2bade9544fee4503febfaeb Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 10 Jan 2025 11:10:25 +0100 Subject: [PATCH] resindvd: Fix definition Part-of: --- subprojects/gst-plugins-bad/ext/resindvd/resindvdbin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-bad/ext/resindvd/resindvdbin.c b/subprojects/gst-plugins-bad/ext/resindvd/resindvdbin.c index b362b5eadc..964385ac9a 100644 --- a/subprojects/gst-plugins-bad/ext/resindvd/resindvdbin.c +++ b/subprojects/gst-plugins-bad/ext/resindvd/resindvdbin.c @@ -38,6 +38,8 @@ #include "gstmpegdemux.h" +#define DEBUG_TIMING 0 + #define RSN_TYPE_INPUT_SELECTOR GST_TYPE_INPUT_SELECTOR GST_DEBUG_CATEGORY_EXTERN (resindvd_debug);