This is the patch created by LeonardoSandovalGonzalez for the change suggested by Thomas.
Signed-off-by: Leonardo Sandoval <leo.san.gon@gmail.com>
---
src/video/vpu/src/vpudec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/video/vpu/src/vpudec.c b/src/video/vpu/src/vpudec.c index 6066ef8..2f0af18 100644
--- a/src/video/vpu/src/vpudec.c
+++ b/src/video/vpu/src/vpudec.c
@@ -179,7 +179,7 @@ static GstsutilsOptionEntry g_vpudec_option_table[] = {
G_STRUCT_OFFSET (VpuDecOption, adaptive_drop), "true"},
{PROP_FRAMES_PLUS, "frame-plus", "addtionlal frames",
"set number of addtional frames for smoothly playback", G_TYPE_INT,
- G_STRUCT_OFFSET (VpuDecOption, bufferplus), "6", "1", STR_MAX_INT},
+ G_STRUCT_OFFSET (VpuDecOption, bufferplus), "1", "1",
+ STR_MAX_INT},
{PROP_OUTPUT_FORMAT, "output-format", "output format",
"set raw format for output",
G_TYPE_ENUM,
--
- 1.7.9.5