plugins: remove par from caps negotiation

https://bugzilla.gnome.org/show_bug.cgi?id=781759
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-04-28 15:20:01 +02:00
parent eb17b711b6
commit b3c374e22f

View file

@ -425,8 +425,7 @@ set_video_template_caps (GstCaps * caps)
gst_structure_set (structure,
"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, 0, 1, G_MAXINT, 1, NULL);
"framerate", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1, NULL);
}
GstCaps *