omxvideodec: Remove reconfiguration test hack
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Jul 2011 08:07:43 +0000 (10:07 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 9 Jul 2011 09:06:05 +0000 (11:06 +0200)
omx/gstomxvideodec.c

index a72c0b8..544eecd 100644 (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;