Skip to content

Set nested-element in sync_io_wrapper before starting - #1173

Merged
bwsw merged 1 commit into
developfrom
1167-fix-sync-oi-wrapper
Jul 20, 2026
Merged

Set nested-element in sync_io_wrapper before starting#1173
bwsw merged 1 commit into
developfrom
1167-fix-sync-oi-wrapper

Conversation

@tomskikh

Copy link
Copy Markdown
Collaborator

sync_io_wrapper sometime was starting before nested-element was set.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 fixes a race in the Jetson NVENC workaround path where sync_io_wrapper_bin could begin syncing/starting before its nested-element was configured, by ensuring the nested encoder is assigned before the wrapper is added/linked into the pipeline.

Changes:

  • Create sync_io_wrapper_bin via the element factory without immediately adding it to the pipeline.
  • Set the nested-element property before adding/linking the wrapper element to the pipeline.

@bwsw
bwsw merged commit 9dc3355 into develop Jul 20, 2026
1 check passed
@bwsw
bwsw deleted the 1167-fix-sync-oi-wrapper branch July 20, 2026 11:18
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.

3 participants