- Package:
- src:gstreamer1.0
- Source:
- src:gstreamer1.0
- Submitter:
- Paul Gevers
- Date:
- 2026-09-08 06:39:02 UTC
- Severity:
- normal
- Tags:
Dear maintainer(s), The Release Team considers packages that are out-of-sync between testing and unstable for more than 30 days as having a Release Critical bug in testing [1]. Your package src:gstreamer1.0 has been trying to migrate for 31 days [2], hence this bug report. The current output of the migration software for this package is copied to the bottom of this report and should list the reason why the package is blocked. Regularly, what needs to happen is reporting issues against reverse (build/test/regular) dependencies. Occasionally this has already been done, than this bug is just for tracking purposes. If a package is out of sync between unstable and testing for a longer period, this usually means that bugs in the package in testing cannot be fixed via unstable. Blocked packages can have impact on other packages, which makes preparing for the release more difficult. The situation that caused this bug report might even be the result of such an issue. We expect maintainers to fix issues that hamper the migration of their package in a timely manner. If your package in this situation due to another package, consider helping out. This bug will trigger auto-removal when appropriate. As with all new bugs, there will be at least 30 days before the package is auto-removed. This bug submission immediately closes the bug with the version in unstable, so if that version or a later version migrates, this bug will no longer affect testing. This bug is also tagged to only affect sid and forky, so it doesn't affect (old-)stable. If you believe your package is unable to migrate to testing due to issues beyond your control, don't hesitate to contact the Release Team. This bug report has been automatically generated. If you have any comments with regards to the content or the process, please reach out to me. Paul [1] https://lists.debian.org/debian-devel-announce/2023/06/msg00001.html [2] https://qa.debian.org/excuses.php?package=gstreamer1.0 Current text from [2]: Migration status for gstreamer1.0 (1.28.4-2 to 1.28.6-1): BLOCKED: Rejected/violates migration policy/introduces a regression Issues preventing migration: ∙ ∙ Autopkgtest for libreoffice/4:26.2.5.2-2: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), ppc64el: Pass, s390x: Pass ∙ ∙ Autopkgtest for mopidy/3.4.2-8: amd64: Regression ♻ (reference ♻), arm64: Regression ♻ (reference ♻), armhf: Regression ♻ (reference ♻), i386: Regression ♻ (reference ♻), ppc64el: Regression ♻ (reference ♻), s390x: Regression ♻ (reference ♻) Additional info (not blocking): ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/g/gstreamer1.0.html ∙ ∙ Reproduced on amd64 - info ∙ ∙ Reproduced on arm64 - info ∙ ∙ Reproduced on armhf - info ∙ ∙ Reproduced on i386 - info ∙ ∙ 10 days old (needed 5 days)
Initial investigation points to some fine tuning in the `typefind` element: The test file that mopidy generates (single line) is detected as a subtitle format: ``` $ GST_DEBUG=typefind*:5 gst-launch-1.0 filesrc location=/home/marc/Development/salsa/mopidy/.pybuild/cpython3_3.13/build/tests/data/scanner/plain.txt ! typefind ! fakesink dump=0 0:00:00.008654079 44667 44667 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query caps 0:00:00.008670771 44667 44667 DEBUG typefind gsttypefindelement.c:419:gst_type_find_handle_src_query:<typefindelement0> Got caps query, our caps are (NULL) 0:00:00.008685844 44667 44667 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query caps 0:00:00.008688759 44667 44667 DEBUG typefind gsttypefindelement.c:419:gst_type_find_handle_src_query:<typefindelement0> Got caps query, our caps are (NULL) Setting pipeline to PAUSED ... Pipeline is PREROLLING ... 0:00:00.009315864 44667 44669 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query uri 0:00:00.009340142 44667 44669 DEBUG typefind gsttypefindelement.c:1114:gst_type_find_element_loop:<typefindelement0> Pushing STREAM_START 0:00:00.009355903 44667 44669 DEBUG typefind gsttypefindelement.c:1128:gst_type_find_element_loop:<typefindelement0> find type in pull mode 0:00:00.009367582 44667 44669 DEBUG typefind gsttypefindelement.c:823:gst_type_find_get_extension:<typefindelement0> finding extension of file:///home/marc/Development/salsa/mopidy/.pybuild/cpython3_3.13/build/tests/data/scanner/plain.txt 0:00:00.009396859 44667 44669 DEBUG typefind gsttypefindelement.c:846:gst_type_find_get_extension:<typefindelement0> found extension txt 0:00:00.015174636 44667 44669 DEBUG typefind gsttypefindelement.c:1169:gst_type_find_element_loop: Found caps (NULL) 0:00:00.015183905 44667 44669 DEBUG typefind gsttypefindelement.c:1179:gst_type_find_element_loop: Trying to guess using extension 0:00:00.015190564 44667 44669 DEBUG typefind gsttypefindelement.c:823:gst_type_find_get_extension:<typefindelement0> finding extension of file:///home/marc/Development/salsa/mopidy/.pybuild/cpython3_3.13/build/tests/data/scanner/plain.txt 0:00:00.015199078 44667 44669 DEBUG typefind gsttypefindelement.c:846:gst_type_find_get_extension:<typefindelement0> found extension txt 0:00:00.015330116 44667 44669 DEBUG typefind gsttypefindelement.c:1192:gst_type_find_element_loop: Emitting found caps application/x-subtitle 0:00:00.015339495 44667 44669 INFO typefind gsttypefindelement.c:183:gst_type_find_element_have_type:<typefindelement0> found caps application/x-subtitle, probability=100 Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.015608737 44667 44667 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query latency Redistribute latency... 0:00:00.015698777 44667 44667 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query latency New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 0:00:00.000245248 Setting pipeline to NULL ... Freeing pipeline ... ``` While a longer text format is detected as text: ``` $ GST_DEBUG=typefind*:5 gst-launch-1.0 filesrc location=/home/marc/vivotek-bug.txt ! typefind ! fakesink dump=0 0:00:00.008476834 44713 44713 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query caps 0:00:00.008488294 44713 44713 DEBUG typefind gsttypefindelement.c:419:gst_type_find_handle_src_query:<typefindelement0> Got caps query, our caps are (NULL) 0:00:00.008494098 44713 44713 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query caps 0:00:00.008497422 44713 44713 DEBUG typefind gsttypefindelement.c:419:gst_type_find_handle_src_query:<typefindelement0> Got caps query, our caps are (NULL) Setting pipeline to PAUSED ... Pipeline is PREROLLING ... 0:00:00.009285388 44713 44715 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query uri 0:00:00.009322194 44713 44715 DEBUG typefind gsttypefindelement.c:1114:gst_type_find_element_loop:<typefindelement0> Pushing STREAM_START 0:00:00.009344733 44713 44715 DEBUG typefind gsttypefindelement.c:1128:gst_type_find_element_loop:<typefindelement0> find type in pull mode 0:00:00.009361943 44713 44715 DEBUG typefind gsttypefindelement.c:823:gst_type_find_get_extension:<typefindelement0> finding extension of file:///home/marc/vivotek-bug.txt 0:00:00.009392056 44713 44715 DEBUG typefind gsttypefindelement.c:846:gst_type_find_get_extension:<typefindelement0> found extension txt 0:00:00.016466129 44713 44715 DEBUG typefind gsttypefindelement.c:1169:gst_type_find_element_loop: Found caps text/plain 0:00:00.016472763 44713 44715 DEBUG typefind gsttypefindelement.c:1192:gst_type_find_element_loop: Emitting found caps text/plain 0:00:00.016482456 44713 44715 INFO typefind gsttypefindelement.c:183:gst_type_find_element_have_type:<typefindelement0> found caps text/plain, probability=85 Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.016683200 44713 44713 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query latency Redistribute latency... 0:00:00.016720517 44713 44713 DEBUG typefind gsttypefindelement.c:409:gst_type_find_handle_src_query:<typefindelement0> Handling src query latency New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 0:00:00.000107546 Setting pipeline to NULL ... Freeing pipeline ... ``` When a longer text is added, the test succeeds. I suggest updating the test in Mopidy to provide a more relevant text input.
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.
reassign 1144521 libgstreamer1.0-0 thanks This issue was discussed further [1] and a previous fix caused different regressions. This one is reverted back. 1.28.7 fixes this. Pulling the bug back to GStreamer and will be closed with the pending upload. [1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5285
We believe that the bug you reported is fixed in the latest version of gstreamer1.0, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1144521@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marc Leeman <marc.leeman@gmail.com> (supplier of updated gstreamer1.0 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) Format: 1.8 Date: Tue, 08 Sep 2026 08:02:57 +0200 Source: gstreamer1.0 Architecture: source Version: 1.28.7-1 Distribution: unstable Urgency: medium Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org> Changed-By: Marc Leeman <marc.leeman@gmail.com> Closes: 1144521 Changes: gstreamer1.0 (1.28.7-1) unstable; urgency=medium . * New upstream version 1.28.7 (Closes: #1144521) Checksums-Sha1: 025a77cacb97234427d4a086bbd2b80f04fefe67 2991 gstreamer1.0_1.28.7-1.dsc f0f140a4f3ca8aaf266e26c874de8b7ea7181720 1959924 gstreamer1.0_1.28.7.orig.tar.xz 8c7722e867c4162677c9e8a4c0424f8c0ef0f0c9 833 gstreamer1.0_1.28.7.orig.tar.xz.asc 7145f1906e589fd06924e4b6efb62018ab1fccb7 58776 gstreamer1.0_1.28.7-1.debian.tar.xz 880aff1d8dbf838281ee100aa614c80b35e9a561 8726 gstreamer1.0_1.28.7-1_source.buildinfo Checksums-Sha256: da36c51796bdf940e4e900c0c9e70a573059d6be95af2bd6ffcad409f1868307 2991 gstreamer1.0_1.28.7-1.dsc 787329b2c5758e228a71d926a6dcf960bceaacca3cadd63874ba665dfcda013e 1959924 gstreamer1.0_1.28.7.orig.tar.xz 6bd98d46385ecab793c78392c6f453372b7e02a84852a973c3cb87f8892b1d4e 833 gstreamer1.0_1.28.7.orig.tar.xz.asc 47f09ed16048027f38ca1732604fa4dc70c40d313ea8d8ceeba2094af5d59112 58776 gstreamer1.0_1.28.7-1.debian.tar.xz 09f8897eb1e3747a1f2f9c2d1f6f9065507dfbf5807cdd7be35e4336cb84d87a 8726 gstreamer1.0_1.28.7-1_source.buildinfo Files: facaf6b8fcfc8011fa9971f0504c899b 2991 libs optional gstreamer1.0_1.28.7-1.dsc 0433f1251ef3b6f9e35274d5e3cf04da 1959924 libs optional gstreamer1.0_1.28.7.orig.tar.xz 213bf0c687dd4b649879bda58e44a1e8 833 libs optional gstreamer1.0_1.28.7.orig.tar.xz.asc 9498a47ff39240a8ae8363faacb9d632 58776 libs optional gstreamer1.0_1.28.7-1.debian.tar.xz c27af548c0587b28e4a1fdc97bce3a63 8726 libs optional gstreamer1.0_1.28.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJKBAEBCgA0FiEEgnz9dLpGgVKgQfOgempPF1mVplsFAmqfp98WHG1hcmMubGVl bWFuQGdtYWlsLmNvbQAKCRB6ak8XWZWmW6vKEACAc/kqE7QxCDIQ4v8Eg6Dy7jFv 7BdeLdyMzjhR1ImyY9pWzxVukM1HJmUA4m1s5eCCQqbQMIVLrTo68+zy/d0ZjinQ ej8x9oaHld9o7BFFQlb9geXWBp7B2F3xr52Mg7JenjrNe64hR2Rx1HF+o/8Rg4Oq XB4k0o92Jt2ev91dFB2wzC6A6/gcaWG9i9HJ6ynstt0ZYwbSqBRowXzBcajRuxBz da6izPP8znWbF0NKW2lwlSGknEsbYfDtlkp+rGXUQJDJ+A73e0U7lVsl1r9feESg KvNOnoAkVJYvPSMGFee7G2lMpMihKzYLUJue4caac2R+jYcTQu4vSolGm9QvQkRH rgdcz9atCxGxLrVWZw7R/omZsNO1Ri1zIjKa0np2bL1ifpQrZUWDS3oWUgVSC0bh nQgugXbwbVv9bs7fwZX9+nrhxQL5WU+1TYRHRMTxYKgyb1sQ8B+MbQxRY/0pd8ld 5IslxL+L55N8v1qOsBglqC7dBc8yKM6q6AzdU/eIdklz1AlVdGkbOPXrOnc1lq0C cEdSw/u/ItRgu/JivIPsKTioFASpCjCgsGvd34zBXvlKYW4goLitWyBXVo65CzE/ oBO5VY5rSJNmcbTyOT0AGpmCGFNWbB+YPKynYwtfpfgK9KEHNAgw85KFjsOmfRWH aftvQBWGLnGdpQhECQ== =lykx -----END PGP SIGNATURE-----