Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix KVSSINK State Transition Deadlock #1102

Closed
wants to merge 6 commits into from

Conversation

stefankiesz
Copy link
Contributor

@stefankiesz stefankiesz commented Nov 11, 2023

Move parent state transition to be in between upward and downward element transitions as per GStreamer documentation.

Tested using kvssink_gstreamer_sample to successfully ingest stream and cleanly exit upon sigint with videotestsrc, filesrc, and rtspsrc sources.

@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (486cb35) 16.34% compared to head (04017ad) 16.38%.

❗ Current head 04017ad differs from pull request most recent head 3002def. Consider uploading reports for the commit 3002def to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1102      +/-   ##
===========================================
+ Coverage    16.34%   16.38%   +0.04%     
===========================================
  Files           51       51              
  Lines         6846     6852       +6     
===========================================
+ Hits          1119     1123       +4     
- Misses        5727     5729       +2     
Files Coverage Δ
src/gstreamer/gstkvssink.cpp 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

stefankiesz and others added 5 commits November 29, 2023 10:26
* Update ci.yml compiler env var

* Add refreshenv to windows build

* Add import module for refreshenv call

* Testing

* Revert windows CI changes

* Update ci.yml

* Trying different PKG_CONFIG_EXECUTABLE path

* Add msvc_ to path

* More build testing

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* works, testing which line(s) is needed

* more

* more

* Cleanup ci

* cleanup cmake

* Update README.md

* Add check for C vs D drive

* Revert ReadMe changes
* Update ci.yml compiler env var

* Add refreshenv to windows build

* Add import module for refreshenv call

* Testing

* Revert windows CI changes

* Update ci.yml

* Trying different PKG_CONFIG_EXECUTABLE path

* Add msvc_ to path

* More build testing

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* works, testing which line(s) is needed

* more

* more

* Cleanup ci

* cleanup cmake

* Update README.md

* Add check for C vs D drive

* Revert ReadMe changes
* m1 build

* fix indentation

* make once

* cmake update

* add tests to m1 build

* change producer c git_tag to develop

* fix mac clang
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