A small fix to set_caps function.

Original commit message from CVS:
A small fix to set_caps function.
This commit is contained in:
Edgard Lima 2006-08-30 11:36:06 +00:00
parent d526f2eac2
commit a958ef8c9b

View File

@ -829,8 +829,7 @@ gst_v4l2src_set_caps (GstBaseSrc * src, GstCaps * caps)
gst_value_get_fraction_denominator (framerate), NULL); gst_value_get_fraction_denominator (framerate), NULL);
} else { } else {
gst_structure_set (structure, gst_structure_set (structure,
"width", G_TYPE_INT, w, "width", G_TYPE_INT, w, "height", G_TYPE_INT, h, NULL);
"height", G_TYPE_INT, h, "framerate", GST_TYPE_FRACTION, NULL);
} }
if (!gst_v4l2src_capture_init (v4l2src)) if (!gst_v4l2src_capture_init (v4l2src))