mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
pbutils: Add description for hdv/aux-* formats.
This commit is contained in:
parent
30103e736d
commit
ee3b251234
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ static const FormatInfo formats[] = {
|
||||||
{"application/x-kate", N_("Kate subtitle format"), 0},
|
{"application/x-kate", N_("Kate subtitle format"), 0},
|
||||||
/* add variant field to typefinder? { "application/x-subtitle", N_("subtitle"), 0}, */
|
/* add variant field to typefinder? { "application/x-subtitle", N_("subtitle"), 0}, */
|
||||||
|
|
||||||
|
/* non-audio/video/container formats */
|
||||||
|
{"hdv/aux-v", N_("HDV AUX-V"), 0},
|
||||||
|
{"hdv/aux-a", N_("HDV AUX-A"), 0},
|
||||||
|
|
||||||
/* formats with dynamic descriptions */
|
/* formats with dynamic descriptions */
|
||||||
{"audio/mpeg", NULL, 0},
|
{"audio/mpeg", NULL, 0},
|
||||||
{"audio/x-adpcm", NULL, 0},
|
{"audio/x-adpcm", NULL, 0},
|
||||||
|
|
Loading…
Reference in a new issue