diff --git a/subprojects/gst-plugins-good/gst/matroska/matroska-mux.c b/subprojects/gst-plugins-good/gst/matroska/matroska-mux.c index 80160e7baf..189f4eea21 100644 --- a/subprojects/gst-plugins-good/gst/matroska/matroska-mux.c +++ b/subprojects/gst-plugins-good/gst/matroska/matroska-mux.c @@ -1011,6 +1011,10 @@ check_field (GQuark field_id, const GValue * value, gpointer user_data) return FALSE; else if (field_id == g_quark_from_static_string ("profile")) return FALSE; + else if (field_id == g_quark_from_static_string ("width")) + return FALSE; + else if (field_id == g_quark_from_static_string ("height")) + return FALSE; } /* This fields aren't used and are not retained into the bitstream so we can