After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773145 - tests: playbin-complex test fails if ogg plugin is not available
tests: playbin-complex test fails if ogg plugin is not available
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.9.90
Other Linux
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 752778 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-10-18 10:19 UTC by Albert
Modified: 2017-09-10 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Failure log (7.29 KB, text/x-log)
2016-10-18 10:19 UTC, Albert
Details

Description Albert 2016-10-18 10:19:51 UTC
Created attachment 337924 [details]
Failure log

GStreamer Base Plug-ins 1.9.90 elements/playbin-complex tests failed on Ubuntu 16.04

For details see: test-suite.log

Linux System Information: Linux host 4.4.0-42-generic #62-Ubuntu SMP Fri Oct 7 23:11:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Comment 1 Tim-Philipp Müller 2016-10-19 06:17:15 UTC
Right, this is fixed in the meson build already ;)

Need to only run the test if oggdemux is available. Needs build system fixup or runtime check.
Comment 2 Tim-Philipp Müller 2017-09-09 16:19:35 UTC
*** Bug 752778 has been marked as a duplicate of this bug. ***
Comment 3 Tim-Philipp Müller 2017-09-10 15:57:24 UTC
commit 925a4fe6a4e9813f7ebac00c9cf10f89d9bf5cdf 
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sun Sep 10 16:32:31 2017 +0100

    tests: playbin-complex: skip test that needs oggdemux if it's not available
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773145