mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
omx: add alternate flags to buffer_flags_map
Zynq specific flags used to tag top/bottom fields in alternate mode.
This commit is contained in:
parent
e616094a53
commit
3c45c8ecbe
1 changed files with 4 additions and 0 deletions
|
@ -3715,6 +3715,10 @@ struct BufferFlagString buffer_flags_map[] = {
|
|||
#endif
|
||||
#ifdef OMX_BUFFERFLAG_SKIPFRAME
|
||||
{OMX_BUFFERFLAG_SKIPFRAME, "skip-frame"},
|
||||
#endif
|
||||
#ifdef USE_OMX_TARGET_ZYNQ_USCALE_PLUS
|
||||
{OMX_ALG_BUFFERFLAG_TOP_FIELD, "top-field"},
|
||||
{OMX_ALG_BUFFERFLAG_BOT_FIELD, "bottom-field"},
|
||||
#endif
|
||||
{0, NULL},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue