[mpp_buffer]: Fix error printf on exit

Fix MppBufferService dump print error on buffer type. The v4l2 type has
changed to external dma-buf type.

Change-Id: I02c9e2741117efc6e9d84d239a26a28dde3471d4
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2018-07-06 17:26:53 +08:00
parent 26889a7bce
commit 0ce7deaf79

View File

@@ -114,7 +114,7 @@ static const char *mode2str[MPP_BUFFER_MODE_BUTT] = {
static const char *type2str[MPP_BUFFER_TYPE_BUTT] = { static const char *type2str[MPP_BUFFER_TYPE_BUTT] = {
"normal", "normal",
"ion", "ion",
"v4l2", "dma-buf",
"drm", "drm",
}; };
static const char *ops2str[BUF_OPS_BUTT] = { static const char *ops2str[BUF_OPS_BUTT] = {