videotimecode: Add GST_VIDEO_TIME_CODE_INIT macro

This commit is contained in:
Sebastian Dröge 2017-07-25 10:03:41 +03:00
parent 5cf883c8ed
commit 01f4d6494a

View file

@ -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