mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +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": {
|
||||||
|
@ -194,11 +201,11 @@ KNOWN_ISSUES = {
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": {
|
"https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": {
|
||||||
"tests": [
|
"tests": [
|
||||||
"validate.file.playback.reverse_playback.rawaudioS32LE_prores_mov"
|
"validate.file.playback.reverse_playback.rawaudioS32LE_prores_mov"
|
||||||
],
|
],
|
||||||
"issues": [
|
"issues": [
|
||||||
{
|
{
|
||||||
"issue-id": "runtime::error-on-bus",
|
"issue-id": "runtime::error-on-bus",
|
||||||
"summary": "We got an ERROR message on the bus",
|
"summary": "We got an ERROR message on the bus",
|
||||||
|
@ -219,12 +226,12 @@ KNOWN_ISSUES = {
|
||||||
"validate.*mxf.*",
|
"validate.*mxf.*",
|
||||||
],
|
],
|
||||||
"issues": [
|
"issues": [
|
||||||
{
|
{
|
||||||
"issue-id": "threading::pull-range-from-wrong-thread",
|
"issue-id": "threading::pull-range-from-wrong-thread",
|
||||||
"summary": "gst_pad_pull_range called from wrong thread",
|
"summary": "gst_pad_pull_range called from wrong thread",
|
||||||
"level": "critical",
|
"level": "critical",
|
||||||
'can-happen-several-times': True,
|
'can-happen-several-times': True,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Our asf file is basically broken": {
|
"Our asf file is basically broken": {
|
||||||
|
@ -235,6 +242,6 @@ KNOWN_ISSUES = {
|
||||||
{
|
{
|
||||||
"issue-id": "transcoded-file-wrong-duration",
|
"issue-id": "transcoded-file-wrong-duration",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue