public function setGopSize($v)
 {
     $this->putInCustomData(flavorParams::CUSTOM_DATA_FIELD_GOP_SIZE, $v);
     return parent::setGopSize($v);
 }