diff options
-rw-r--r-- | ext/dv/gstdvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 569a9d13..d7500cc6 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -109,7 +109,7 @@ GST_PAD_TEMPLATE_FACTORY (video_src_temp, "endianness", GST_PROPS_INT (G_BIG_ENDIAN), "red_mask", GST_PROPS_INT(0x000000ff), "green_mask", GST_PROPS_INT(0x0000ff00), - "blue_mask", GST_PROPS_INT(0x00ff00), + "blue_mask", GST_PROPS_INT(0x00ff0000), "width", GST_PROPS_INT (720), "height", GST_PROPS_LIST ( GST_PROPS_INT (NTSC_HEIGHT), |