mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
pbutils: add video/x-ivf to descriptions
Add missing description for video/x-ivf spotted with gst-discoverer-1.0 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4248>
This commit is contained in:
parent
f0d61ac8b0
commit
61416bc532
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ static const FormatInfo formats[] = {
|
|||
{"video/x-quicktime", "Quicktime", AVIS_CONTAINER, "mov"},
|
||||
{"video/quicktime", "Quicktime", AVIS_CONTAINER, "mov"},
|
||||
{"video/mj2", "Motion JPEG 2000", AVIS_CONTAINER, "mj2"},
|
||||
{"video/x-ivf", "Indeo video format (IVF)", AVIS_CONTAINER, "ivf"},
|
||||
|
||||
/* audio formats with static descriptions */
|
||||
{"audio/x-ac3", "AC-3 (ATSC A/52)", FLAG_AUDIO, "ac3"},
|
||||
|
|
Loading…
Reference in a new issue