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:
Stéphane Cerveau 2023-03-23 15:58:45 +01:00 committed by GStreamer Marge Bot
parent f0d61ac8b0
commit 61416bc532

View file

@ -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"},