mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
omxvideodec: Remove reconfiguration test hack
This commit is contained in:
parent
b53c001bf2
commit
939d30ed17
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue