omxvideodec: Remove reconfiguration test hack

This commit is contained in:
Sebastian Dröge 2011-07-07 10:07:43 +02:00
parent b53c001bf2
commit 939d30ed17

View file

@ -532,7 +532,7 @@ gst_omx_video_dec_set_format (GstBaseVideoDecoder * decoder,
return FALSE;
}
port_def.format.video.nFrameWidth = state->width - 100;
port_def.format.video.nFrameWidth = state->width;
port_def.format.video.nFrameHeight = state->height;
if (state->fps_n == 0)
port_def.format.video.xFramerate = 0;