mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 13:51:20 +00:00
qtdemux: avoid wrong warnings on unknown node types
Add 'name' and 'mean' fourccs, as we handle them. Right now each use would trigger a warning.
This commit is contained in:
parent
fefeda5e6c
commit
426eb3e300
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ static const QtNodeType qt_node_types[] = {
|
||||||
{FOURCC_chap, "Chapter Reference"},
|
{FOURCC_chap, "Chapter Reference"},
|
||||||
{FOURCC_btrt, "Bitrate information", 0},
|
{FOURCC_btrt, "Bitrate information", 0},
|
||||||
{FOURCC_frma, "Audio codec format", 0},
|
{FOURCC_frma, "Audio codec format", 0},
|
||||||
|
{FOURCC_name, "name", 0},
|
||||||
|
{FOURCC_mean, "mean", 0},
|
||||||
{0, "unknown", 0,},
|
{0, "unknown", 0,},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue