Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
a8f94fe1
Commit
a8f94fe1
authored
Aug 01, 2014
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decklink: 59.94fps is 60000/1001, not 30000/1001
And also change 30/1 to 60/1 for one 60fps mode.
parent
8f045ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sys/decklink/gstdecklink.cpp
sys/decklink/gstdecklink.cpp
+3
-3
No files found.
sys/decklink/gstdecklink.cpp
View file @
a8f94fe1
...
...
@@ -128,11 +128,11 @@ static const GstDecklinkMode modes[] = {
{
bmdModeHD1080p30
,
1920
,
1080
,
30
,
1
,
false
,
HD
},
{
bmdModeHD1080i50
,
1920
,
1080
,
25
,
1
,
true
,
HD
},
{
bmdModeHD1080i5994
,
1920
,
1080
,
3
0000
,
1001
,
true
,
HD
},
{
bmdModeHD1080i6000
,
1920
,
1080
,
3
0
,
1
,
true
,
HD
},
{
bmdModeHD1080i5994
,
1920
,
1080
,
6
0000
,
1001
,
true
,
HD
},
{
bmdModeHD1080i6000
,
1920
,
1080
,
6
0
,
1
,
true
,
HD
},
{
bmdModeHD1080p50
,
1920
,
1080
,
50
,
1
,
false
,
HD
},
{
bmdModeHD1080p5994
,
1920
,
1080
,
3
0000
,
1001
,
false
,
HD
},
{
bmdModeHD1080p5994
,
1920
,
1080
,
6
0000
,
1001
,
false
,
HD
},
{
bmdModeHD1080p6000
,
1920
,
1080
,
60
,
1
,
false
,
HD
},
{
bmdModeHD720p50
,
1280
,
720
,
50
,
1
,
false
,
HD
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment