mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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;
|
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…
Reference in a new issue