mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
decklink: HD modes are square pixels
This commit is contained in:
parent
f21e36b54b
commit
5056c34761
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ gst_decklink_connection_get_type (void)
|
||||||
|
|
||||||
#define NTSC 10, 11, false, false
|
#define NTSC 10, 11, false, false
|
||||||
#define PAL 12, 11, true, false
|
#define PAL 12, 11, true, false
|
||||||
#define HD 12, 11, false, true
|
#define HD 1, 1, false, true
|
||||||
|
|
||||||
static const GstDecklinkMode modes[] = {
|
static const GstDecklinkMode modes[] = {
|
||||||
{bmdModeNTSC, 720, 486, 30000, 1001, true, NTSC },
|
{bmdModeNTSC, 720, 486, 30000, 1001, true, NTSC },
|
||||||
|
|
Loading…
Reference in a new issue