plugins: remove par from caps negotiation
https://bugzilla.gnome.org/show_bug.cgi?id=781759
This commit is contained in:
parent
eb17b711b6
commit
b3c374e22f
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user