Skip to content

Add start_stream and stop_stream pipeline hooks#56

Open
rskew wants to merge 1 commit into
geekscape:masterfrom
silverpond:rs/stream-lifecycle-hooks
Open

Add start_stream and stop_stream pipeline hooks#56
rskew wants to merge 1 commit into
geekscape:masterfrom
silverpond:rs/stream-lifecycle-hooks

Conversation

@rskew
Copy link
Copy Markdown
Contributor

@rskew rskew commented Apr 22, 2026

Introduce four hooks:

  • PIPELINE_HOOK_START_STREAM — before element.start_stream
  • PIPELINE_HOOK_START_STREAM_POST — after (with stream_event + diagnostic)
  • PIPELINE_HOOK_STOP_STREAM — before element.stop_stream
  • PIPELINE_HOOK_STOP_STREAM_POST — after (with stream_event + diagnostic)

Introduce four hooks:

- PIPELINE_HOOK_START_STREAM          — before element.start_stream
- PIPELINE_HOOK_START_STREAM_POST     — after (with stream_event + diagnostic)
- PIPELINE_HOOK_STOP_STREAM           — before element.stop_stream
- PIPELINE_HOOK_STOP_STREAM_POST      — after (with stream_event + diagnostic)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant