diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index 42bff728c0..6da80f2a38 100644 --- a/gst/videoparsers/gsth264parse.c +++ b/gst/videoparsers/gsth264parse.c @@ -1194,7 +1194,7 @@ gst_h264_parse_update_src_caps (GstH264Parse * h264parse, GstCaps * caps) } } - if (G_UNLIKELY (modified)) { + if (G_UNLIKELY (modified || h264parse->update_caps)) { gint fps_num = h264parse->fps_num; gint fps_den = h264parse->fps_den; gint width, height;