forked from mirrors/gstreamer-rs
gstreamer: Fix test for toc serialization
Ron changed the way it outputs empty arrays with version `0.5`.
This commit is contained in:
parent
4af06f0dd2
commit
bf96e264c9
1 changed files with 3 additions and 6 deletions
|
@ -239,8 +239,7 @@ mod tests {
|
||||||
" ],",
|
" ],",
|
||||||
" )),",
|
" )),",
|
||||||
" loop: Some((None, 0)),",
|
" loop: Some((None, 0)),",
|
||||||
" sub_entries: [",
|
" sub_entries: [],",
|
||||||
" ],",
|
|
||||||
" ),",
|
" ),",
|
||||||
" (",
|
" (",
|
||||||
" entry_type: Chapter,",
|
" entry_type: Chapter,",
|
||||||
|
@ -255,8 +254,7 @@ mod tests {
|
||||||
" ],",
|
" ],",
|
||||||
" )),",
|
" )),",
|
||||||
" loop: Some((None, 0)),",
|
" loop: Some((None, 0)),",
|
||||||
" sub_entries: [",
|
" sub_entries: [],",
|
||||||
" ],",
|
|
||||||
" ),",
|
" ),",
|
||||||
" ],",
|
" ],",
|
||||||
" ),",
|
" ),",
|
||||||
|
@ -273,8 +271,7 @@ mod tests {
|
||||||
" ],",
|
" ],",
|
||||||
" )),",
|
" )),",
|
||||||
" loop: Some((None, 0)),",
|
" loop: Some((None, 0)),",
|
||||||
" sub_entries: [",
|
" sub_entries: [],",
|
||||||
" ],",
|
|
||||||
" ),",
|
" ),",
|
||||||
" ],",
|
" ],",
|
||||||
" ),",
|
" ),",
|
||||||
|
|
Loading…
Reference in a new issue