decklink: Change counters to 64 bit unsigned integers.
This commit is contained in:
parent
b8e2a28bd5
commit
1962b31046
@ -56,10 +56,10 @@ struct _GstDecklinkSrc
|
|||||||
GstTask *task;
|
GstTask *task;
|
||||||
GStaticRecMutex task_mutex;
|
GStaticRecMutex task_mutex;
|
||||||
|
|
||||||
int num_audio_samples;
|
guint64 num_audio_samples;
|
||||||
|
|
||||||
GstCaps *video_caps;
|
GstCaps *video_caps;
|
||||||
int num_frames;
|
guint64 num_frames;
|
||||||
int fps_n;
|
int fps_n;
|
||||||
int fps_d;
|
int fps_d;
|
||||||
int width;
|
int width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user