-
Notifications
You must be signed in to change notification settings - Fork 3
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
App: Seperate pipeline pause and close #35
Conversation
What do the error messages above mean? Is pause->close OK, but stop isn't? |
I left the explanation too abstractly. I called Then, restared server recived data like below.
Data should have command enum and memory number like this.
+) The problem was not exactly related to the close function, caps were not set when restarting. |
1ce6bb1
to
9f249a8
Compare
9f249a8
to
cc33b0b
Compare
cc33b0b
to
6e65aeb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to add submodule's changes.
This patch seperates pipeline pause an close. Also, now we can see pipeline status in main activity. Signed-off-by: Yelin Jeong <[email protected]>
155d84c
to
daa563f
Compare
Removed submoudle's new commit. |
This patch seperates pipeline pause and close.
Also, now we can see pipeline status in main activity.
This PR needs nnstreamer/nnstreamer#4488