mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
omx: Fix spelling mistake found by lintian: s/Seperate/Separate/
This commit is contained in:
parent
158775f497
commit
7b3dac67af
1 changed files with 1 additions and 1 deletions
|
@ -1952,7 +1952,7 @@ gst_omx_error_to_string (OMX_ERRORTYPE err)
|
||||||
case OMX_ErrorContentPipeCreationFailed:
|
case OMX_ErrorContentPipeCreationFailed:
|
||||||
return "Content pipe creation failed";
|
return "Content pipe creation failed";
|
||||||
case OMX_ErrorSeperateTablesUsed:
|
case OMX_ErrorSeperateTablesUsed:
|
||||||
return "Seperate tables used";
|
return "Separate tables used";
|
||||||
case OMX_ErrorTunnelingUnsupported:
|
case OMX_ErrorTunnelingUnsupported:
|
||||||
return "Tunneling unsupported";
|
return "Tunneling unsupported";
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue