Skip to content

Conversation

FelonEkonom
Copy link
Member

No description provided.

@FelonEkonom FelonEkonom requested a review from mat-hek as a code owner July 29, 2025 09:43
@FelonEkonom FelonEkonom self-assigned this Jul 29, 2025
@FelonEkonom FelonEkonom moved this to In Review in Smackore Jul 29, 2025
@FelonEkonom FelonEkonom changed the title Add handle_end_of_stream option to debug elements Add handle EoS and SoS options to debug elements Jul 29, 2025
@FelonEkonom FelonEkonom requested a review from Copilot July 29, 2025 10:06
Copilot

This comment was marked as outdated.

@FelonEkonom FelonEkonom requested a review from Copilot July 29, 2025 12:32
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for handling start of stream (SoS) and end of stream (EoS) events in debug elements by introducing new callback options.

  • Adds handle_start_of_stream and handle_end_of_stream options to both debug sink and filter elements
  • Implements the corresponding callback handlers that invoke user-defined functions when these stream events occur
  • Fixes existing spelling errors in variable names (_ingored_ignored)

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
mix.exs Version bump from 1.2.3 to 1.2.4
lib/membrane/debug/sink.ex Adds SoS/EoS handler options and implements corresponding callbacks
lib/membrane/debug/filter.ex Adds SoS/EoS handler options, implements callbacks, and fixes spelling errors
CHANGELOG.md Documents the new feature in version 1.2.4

@FelonEkonom FelonEkonom merged commit 4c606c4 into master Aug 7, 2025
5 of 6 checks passed
@FelonEkonom FelonEkonom deleted the handle-eos-in-debug-elements branch August 7, 2025 09:04
@github-project-automation github-project-automation bot moved this from In Review to Done in Smackore Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants