From 01f4d6494a0ba555c9a22ae89d54dadb6c7dca39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 25 Jul 2017 10:03:41 +0300 Subject: [PATCH] videotimecode: Add GST_VIDEO_TIME_CODE_INIT macro --- gst-libs/gst/video/gstvideotimecode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/gstvideotimecode.h b/gst-libs/gst/video/gstvideotimecode.h index f4a84ea3d3..b5ce095f59 100644 --- a/gst-libs/gst/video/gstvideotimecode.h +++ b/gst-libs/gst/video/gstvideotimecode.h @@ -120,6 +120,7 @@ struct _GstVideoTimeCodeInterval { guint frames; }; +#define GST_VIDEO_TIME_CODE_INIT { {0, 0, 0, NULL}, 0, 0, 0, 0, 0 } #define GST_TYPE_VIDEO_TIME_CODE (gst_video_time_code_get_type()) GST_EXPORT