Revert "plugins: reject pixel-aspect-ratio with value 0/1"
This reverts commit c0be7b1890ea8da915a81ae82bc9f504aee7cc26.
This commit is contained in:
parent
c0be7b1890
commit
c7d4664609
@ -426,7 +426,7 @@ set_video_template_caps (GstCaps * caps)
|
||||
"width", GST_TYPE_INT_RANGE, 1, G_MAXINT,
|
||||
"height", GST_TYPE_INT_RANGE, 1, G_MAXINT,
|
||||
"framerate", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1,
|
||||
"pixel-aspect-ratio", GST_TYPE_FRACTION_RANGE, 1, 1, G_MAXINT, 1, NULL);
|
||||
"pixel-aspect-ratio", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1, NULL);
|
||||
}
|
||||
|
||||
GstCaps *
|
||||
|
Loading…
x
Reference in New Issue
Block a user