mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
pbutils: spell out two more container formats
This commit is contained in:
parent
4e8956c9f1
commit
7990379237
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ static const FormatInfo formats[] = {
|
|||
/* container/tag formats with static descriptions */
|
||||
{"application/gxf", "General Exchange Format (GXF)", FLAG_CONTAINER},
|
||||
{"application/ogg", "Ogg", FLAG_CONTAINER},
|
||||
{"application/mxf", "MXF", FLAG_CONTAINER},
|
||||
{"application/mxf", "Material eXchange Format (MXF)", FLAG_CONTAINER},
|
||||
{"application/vnd.rn-realmedia", "Realmedia", FLAG_CONTAINER},
|
||||
{"application/x-id3", N_("ID3 tag"), FLAG_CONTAINER},
|
||||
{"application/x-ape", N_("APE tag"), FLAG_CONTAINER},
|
||||
|
@ -79,7 +79,7 @@ static const FormatInfo formats[] = {
|
|||
{"video/x-matroska", "Matroska", FLAG_CONTAINER},
|
||||
{"video/webm", "WebM", FLAG_CONTAINER},
|
||||
{"video/x-ms-asf", "Advanced Streaming Format (ASF)", FLAG_CONTAINER},
|
||||
{"video/x-msvideo", "AVI", FLAG_CONTAINER},
|
||||
{"video/x-msvideo", "Audio Video Interleave (AVI)", FLAG_CONTAINER},
|
||||
{"video/x-quicktime", "Quicktime", FLAG_CONTAINER},
|
||||
{"video/quicktime", "Quicktime", FLAG_CONTAINER},
|
||||
{"video/mj2", "Motion JPEG 2000", FLAG_CONTAINER},
|
||||
|
|
Loading…
Reference in a new issue