mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
pbutils: add description for multipart
So we get slightly nicer error messages when multipartdemux is missing.
This commit is contained in:
parent
09737d728b
commit
adff66fc83
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ static const FormatInfo formats[] = {
|
|||
{"application/x-apetag", N_("APE tag"), FLAG_CONTAINER},
|
||||
{"application/x-icy", N_("ICY internet radio"), FLAG_CONTAINER},
|
||||
{"application/x-3gp", "3GP", FLAG_CONTAINER},
|
||||
{"multipart/x-mixed-replace", "Multipart", FLAG_CONTAINER},
|
||||
{"video/x-fli", "FLI/FLC/FLX Animation", FLAG_CONTAINER},
|
||||
{"video/x-flv", "Flash", FLAG_CONTAINER},
|
||||
{"video/x-matroska", "Matroska", FLAG_CONTAINER},
|
||||
|
|
Loading…
Reference in a new issue