Skip to content

Add: GStreamer st40p plugins PTS timestamping #1141

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DawidWesierski4
Copy link
Collaborator

Fix the st40 pipeline mode API not including
flags.

Add parameters for PTS timestamping to the st40p
pipeline plugin for the GSstreamer.

Add the ability for MTL GStreamer st40p audio
plugin to sue PTS clock for timestamping.
Fix the st40 pipeline mode API not including
flags.

Add parameters for PTS timestamping to the st40p
pipeline plugin for the GSstreamer.
Some of the flags were not transmitted from the
pipeline mode to legacy api.
Comment on lines +480 to +491

if (ops->flags & ST40P_TX_FLAG_BLOCK_GET)
ctx->block_get = true;
}

if (ops->flags & ST40P_TX_FLAG_USER_TIMESTAMP)
ctx->ops.flags |= ST40_TX_FLAG_USER_TIMESTAMP;

if (ops->flags & ST40P_TX_FLAG_USER_PACING)
ctx->ops.flags |= ST40_TX_FLAG_USER_PACING;

if (ops->flags & ST40P_TX_FLAG_ENABLE_RTCP)
ctx->ops.flags |= ST40_TX_FLAG_ENABLE_RTCP;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know i think it could be better to just copy the whole thing ? (·•᷄‎ࡇ•᷅ )
This solution hurts my soul but we need to be deliberate about what goes over
i hate this solution will take all sensible recommendations on it (¬_¬")

@Sakoram
Copy link
Collaborator

Sakoram commented Apr 23, 2025

check CI

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