mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
pbutils: Add description for MXF container format
This commit is contained in:
parent
b0fe1867d4
commit
24f1a9a9b7
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ typedef struct
|
|||
static const FormatInfo formats[] = {
|
||||
/* container/tag formats with static descriptions */
|
||||
{"application/ogg", "Ogg", FLAG_CONTAINER},
|
||||
{"application/mxf", "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},
|
||||
|
|
Loading…
Reference in a new issue