Opened at 2022-09-16T16:33:12Z
Last modified at 2022-10-08T00:26:11Z
#1232 new todo
Process request for playback command in SteamDispatcher
| Reported by: | Benny Lyons | Owned by: | Ichthyostega |
|---|---|---|---|
| Priority: | grave | Milestone: | 0integration |
| Component: | lumieraSteam | Keywords: | VerticalSlicePlayback |
| Sub Tickets: | Parent Tickets: | #1228 |
Description (last modified by )
Story: Process request to playback clip
As a Lumiera developer
I want a new playback command that is registered in the SteamDispatcher
to be processed, to activate playback mode on the indicated Player
Acceptance Criteria
Feature: Process request in SteamDispatcher to playback clip
Scenario-1: playback command activates playback mode in a player instance
- Given
- a Steam layer with running Session and Player subsystems
- When
-
- a playback command is sent through the UI-Bus
- And this command contains the ID of a Player instance
- Then
-
- the playback command is processed by the
SteamDispatcher - And the
SteamDispatcheraccesses the indicated Player instance - And to activate playback mode on this Player instance
- the playback command is processed by the
Scenario-2: playback command cannot access a player instance
- Given
- a Steam layer with running Session and Player subsystems
- When
-
- a playback command is sent through the UI-Bus
- And this command contains the ID of a Player instance
- But this player instance cannot be accessed
- Then
- then a new player instance is created
Change history (6)
comment:1 by , at 2022-09-16T16:36:14Z
| Component: | lumiera → lumieraSteam |
|---|---|
| Description: | modified (diff) |
| Keywords: | Playback Vertical Slice added |
| Milestone: | → 0integration |
| Owner: | set to |
| Priority: | normal → urgent |
| Summary: | Process request for playback command in ProcDispatcher → Process request for playback command in SteamDispatcher |
comment:9 by , at 2022-09-16T23:32:17Z
| Description: | modified (diff) |
|---|
comment:10 by , at 2022-09-17T10:30:12Z
| Description: | modified (diff) |
|---|
comment:14 by , at 2022-09-23T14:20:55Z
| Description: | modified (diff) |
|---|
reformat scenarios to make the Given — When — Then structure stand out more clearly
comment:15 by , at 2022-10-08T00:26:11Z
| blocking: | 1221, 1228 → 1228 |
|---|---|
| Keywords: | VerticalSlicePlayback added; Playback Vertical Slice removed |
| Priority: | urgent → grave |
comment:15 by , at 2025-12-25T00:00:00Z
| blocking: | 1228 |
|---|---|
| Parent Tickets: | → 1228 |
Migration MasterTickets ⟼ Subtickets-plugin
Note:
See TracTickets
for help on using tickets.

Proposal to use the Gherkin scheme for the Acceptance Criteria