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 723505 - gst-plugins-ugly: Do not build check tests for disabled plugins
gst-plugins-ugly: Do not build check tests for disabled plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal trivial
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-03 01:18 UTC by Sebastian Rasmussen
Modified: 2014-02-04 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch that disables the check tests for disabled plugins. (904 bytes, patch)
2014-02-03 01:19 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-02-03 01:18:28 UTC
This is similar to bug https://bugzilla.gnome.org/show_bug.cgi?id=723492
concerning gst-plugins-base except this one concerns gst-plugins-ugly.

This time it is the xingmux plugin that can be disabled, but the 
corresponding tests are not. I aim to fix that.
Comment 1 Sebastian Rasmussen 2014-02-03 01:19:33 UTC
Created attachment 267903 [details] [review]
Proposed patch that disables the check tests for disabled plugins.
Comment 2 Sebastian Dröge (slomo) 2014-02-04 13:03:49 UTC
commit 84ee64d4bda9866f9b51ce90f7f0086958ef658a
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Mon Feb 3 02:06:11 2014 +0100

    tests: Don't build disabled plugins' check tests
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723505