mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
videotimecode: Add GST_VIDEO_TIME_CODE_INIT macro
This commit is contained in:
parent
5cf883c8ed
commit
01f4d6494a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue