From: Rob Clark Date: Thu, 9 Dec 2010 15:07:50 +0000 (-0600) Subject: update h264dec X-Git-Tag: glsdk-6_00_00_07~233 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fgst-plugin-ducati.git;a=commitdiff_plain;h=294d319973e3f88e5d9264ed493132b604ad170a;hp=458caf01e62d48ffb688275e29e3152d390d3f06 update h264dec --- diff --git a/src/gstducatih264dec.c b/src/gstducatih264dec.c index 88ebb57..8952208 100644 --- a/src/gstducatih264dec.c +++ b/src/gstducatih264dec.c @@ -86,6 +86,8 @@ gst_ducati_h264dec_allocate_params (GstDucatiVidDec * self, gint params_sz, self->params->displayDelay = IVIDDEC3_DISPLAY_DELAY_AUTO; params->maxNumRefFrames = IH264VDEC_NUM_REFFRAMES_AUTO; params->pConstantMemory = 0; + params->presetLevelIdc = IH264VDEC_LEVEL41; + params->errConcealmentMode = IH264VDEC_APPLY_CONCEALMENT; } return ret;