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

Add: MTL common handle support in GStreamer #1047

Merged
merged 6 commits into from
Jan 29, 2025

Conversation

DawidWesierski4
Copy link
Collaborator

@DawidWesierski4 DawidWesierski4 commented Jan 27, 2025

MTL common handle support in GStreamer

  • 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 DawidWesierski4 changed the title Common handle Add: MTL common handle support in GStreamer Jan 28, 2025
@DawidWesierski4 DawidWesierski4 force-pushed the common_handle branch 2 times, most recently from e3d9868 to ec8e2ea Compare January 28, 2025 11:04
@DawidWesierski4 DawidWesierski4 marked this pull request as ready for review January 28, 2025 11:04
@DawidWesierski4 DawidWesierski4 force-pushed the common_handle branch 2 times, most recently from 45981cb to 07cb32c Compare January 29, 2025 13:26
- 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 DawidWesierski4 enabled auto-merge (squash) January 29, 2025 17:04
@DawidWesierski4 DawidWesierski4 merged commit 6b056c8 into OpenVisualCloud:main Jan 29, 2025
26 checks passed
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.

2 participants