mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
decklink: Change counters to 64 bit unsigned integers.
This commit is contained in:
parent
b8e2a28bd5
commit
1962b31046
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ struct _GstDecklinkSrc
|
|||
GstTask *task;
|
||||
GStaticRecMutex task_mutex;
|
||||
|
||||
int num_audio_samples;
|
||||
guint64 num_audio_samples;
|
||||
|
||||
GstCaps *video_caps;
|
||||
int num_frames;
|
||||
guint64 num_frames;
|
||||
int fps_n;
|
||||
int fps_d;
|
||||
int width;
|
||||
|
|
Loading…
Reference in a new issue