-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add: MTL common handle support in GStreamer #1047
Merged
DawidWesierski4
merged 6 commits into
OpenVisualCloud:main
from
DawidWesierski4:common_handle
Jan 29, 2025
Merged
Add: MTL common handle support in GStreamer #1047
DawidWesierski4
merged 6 commits into
OpenVisualCloud:main
from
DawidWesierski4:common_handle
Jan 29, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DawidWesierski4
force-pushed
the
common_handle
branch
from
January 28, 2025 10:56
c4152fe
to
7f8ed3a
Compare
DawidWesierski4
changed the title
Common handle
Add: MTL common handle support in GStreamer
Jan 28, 2025
DawidWesierski4
force-pushed
the
common_handle
branch
2 times, most recently
from
January 28, 2025 11:04
e3d9868
to
ec8e2ea
Compare
DawidWesierski4
requested review from
PanKaker,
Sakoram,
skolelis and
Falron98
as code owners
January 28, 2025 11:04
Sakoram
requested changes
Jan 29, 2025
DawidWesierski4
force-pushed
the
common_handle
branch
2 times, most recently
from
January 29, 2025 13:26
45981cb
to
07cb32c
Compare
Sakoram
reviewed
Jan 29, 2025
- Add ability to use the same MTL instance for multiple GStreamer plugin instances in the same pipeline. - Change the default behavior of the MTL GStreamer plugins to make all subsequent plugins ignore dev arguments after the first one. After this change only one MTL library process is spawned per pipeline. - Add a new module called gst_common to hold the address of the MTL instance. - Update documentation to include a warning about the behavior change.
DawidWesierski4
force-pushed
the
common_handle
branch
from
January 29, 2025 17:02
e2bd061
to
f4a061e
Compare
Sakoram
approved these changes
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MTL common handle support in GStreamer
multiple GStreamer plugin instances in the same
pipeline.
plugins to make all subsequent plugins ignore
dev arguments after the first one.
After this change only one MTL library process
is spawned per pipeline.
the address of the MTL instance.
the behavior change.