Bug#1144521: src:gstreamer1.0: fails to migrate to testing for too long
Marc Leeman <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <CAH+fs=-W_3yTh8wqLgEQ7a7zTxX8C-qu0w_q3M0+ao9wy7QVkQ@mail.gmail.com> |
reassign 1144521 mopidy tags 1144521 + patch thanks I am re-assigning this to mopidy because I think the test on `plain.txt` has too little context to succeed. Minor improvements in typefind (gst-plugins-base1.0) result in the single line text file to be detected as a subtitle format. The patch attached extends the plain.txt file with an extra line and lets the test succeed again.
0004-extend-plain-txt.patch
(text/x-patch, 344 B)
Index: mopidy/tests/data/scanner/plain.txt =================================================================== --- mopidy.orig/tests/data/scanner/plain.txt +++ mopidy/tests/data/scanner/plain.txt @@ -1 +1,3 @@ Some plain text file with nothing special in it. + +Add some extra lines to make it a bit longer and see how the scanner handles it.