summaryrefslogtreecommitdiff
path: root/gst/inter/gstintervideosrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/inter/gstintervideosrc.c')
-rw-r--r--gst/inter/gstintervideosrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/inter/gstintervideosrc.c b/gst/inter/gstintervideosrc.c
index 4abde9218..d424d0344 100644
--- a/gst/inter/gstintervideosrc.c
+++ b/gst/inter/gstintervideosrc.c
@@ -371,7 +371,7 @@ gst_inter_video_src_fixate (GstBaseSrc * src, GstCaps * caps)
GST_DEBUG_OBJECT (src, "fixate");
caps = gst_caps_make_writable (caps);
-
+ caps = gst_caps_truncate (caps);
structure = gst_caps_get_structure (caps, 0);
gst_structure_fixate_field_string (structure, "format", "I420");