Revert "plugins: reject pixel-aspect-ratio with value 0/1"

This reverts commit c0be7b1890.
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-04-27 13:08:56 +02:00
parent c0be7b1890
commit c7d4664609

View file

@ -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 *