From 939d30ed17fd43e94bb06d819efc72970f522e81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Jul 2011 10:07:43 +0200 Subject: [PATCH] omxvideodec: Remove reconfiguration test hack --- omx/gstomxvideodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomxvideodec.c b/omx/gstomxvideodec.c index a72c0b8..544eecd 100644 --- a/omx/gstomxvideodec.c +++ b/omx/gstomxvideodec.c @@ -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; -- 2.7.4