mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
validate:known_issues:rtsp: Mark error message on bus as known
See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/814 And reindent file. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1171>
This commit is contained in:
parent
a75382eaff
commit
12bd0f5907
1 changed files with 17 additions and 10 deletions
|
@ -93,7 +93,7 @@ KNOWN_ISSUES = {
|
||||||
{
|
{
|
||||||
"timeout": True,
|
"timeout": True,
|
||||||
"sometimes": True,
|
"sometimes": True,
|
||||||
}
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": {
|
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": {
|
||||||
|
@ -166,6 +166,13 @@ KNOWN_ISSUES = {
|
||||||
"summary": "We got a g_log critical issue",
|
"summary": "We got a g_log critical issue",
|
||||||
"details": ".*g_hash_table_foreach_remove_or_steal.*",
|
"details": ".*g_hash_table_foreach_remove_or_steal.*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"issue-id": "runtime::error-on-bus",
|
||||||
|
"summary": "We got an ERROR message on the bus",
|
||||||
|
"level": "critical",
|
||||||
|
"detected-on": "playbin0",
|
||||||
|
"details": ".*Could not open resource for reading and writing.*",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/578": {
|
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/578": {
|
||||||
|
|
Loading…
Reference in a new issue