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 515567 - [states] States unit test should exclude the dvb plugin
[states] States unit test should exclude the dvb plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-10 13:18 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-11 05:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
states-dvb.diff (780 bytes, patch)
2008-02-10 13:18 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-10 13:18:46 UTC
Hi,
the states unit test must not run with the dvb elements as they will fail without paramters set (and without dvb card):
0:00:04.851633688 20957 0x804b6e8 ERROR               dvbsrc gstdvbsrc.c:1000:gst_dvbsrc_start:<dvbsrc> Not able to lock on to the dvb channel

Attached patch fixes this.
Comment 1 Sebastian Dröge (slomo) 2008-02-10 13:18:59 UTC
Created attachment 104838 [details] [review]
states-dvb.diff
Comment 2 Jan Schmidt 2008-02-10 13:30:52 UTC
Ta, please commit
Comment 3 Sebastian Dröge (slomo) 2008-02-11 05:11:21 UTC
2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>

	* tests/check/Makefile.am:
	Disable the dvb plugin for the states test. Fixes bug #515567.