~kelemeng/checkbox/bug868571

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
plugin: manual
name: codecs-ogg-vorbis
requires:
 package.name == 'gstreamer0.10-plugins-base'
 package.name == 'totem' and package.name == 'ubuntu-sounds'
command: totem /usr/share/sounds/ubuntu/stereo/system-ready.ogg
_description:
 Select Test to play an Ogg Vorbis file (.ogg)
 .
 (Please close Movie Player to proceed.)
 .
 Did the sample play correctly?

plugin: manual
name: codecs-wav
requires:
 package.name == 'gstreamer0.10-plugins-good'
 package.name == 'totem' and package.name == 'alsa-utils'
command: totem /usr/share/sounds/alsa/Noise.wav
_description:
 Select Test to play a Wave Audio format file (.wav)
 .
 (Please close Movie Player to proceed.)
 .
 Did the sample play correctly?

plugin: manual
name: media-pause-audio
requires:
 package.name == 'totem'
 package.name == 'gstreamer0.10-plugins-base'
command: totem $CHECKBOX_SHARE/data/FrustrationBlues-ColinRoss.oga
_description:
 Select 'Test' to play some audio, and try pausing and resuming playback while the it is playing.
 .
 (Please close Movie Player to proceed.)
 .
 Did the audio play and pause as expected?

plugin: manual
name: media-pause-video
requires:
 package.name == 'totem'
 package.name == 'gstreamer0.10-plugins-base'
command: totem $CHECKBOX_SHARE/data/UbuntuIsHumanity.ogv
_description:
 Select 'Test' to play a video, and try pausing and resuming playback while the video is playing.
 .
 (Please close Movie Player to proceed.)
 .
 Did the video play and pause as expected?