-
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
Fix: Framerate parsing in gst mtl plugins #1063
Conversation
Use GST_TYPE_FRACTION as the type for the framerate parameter in the plugins instead of hardcoded enums. Signed-off-by: Kasiewicz, Marek <[email protected]>
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.
Please before merging add the changes to the README.md
Also to the commit message add the information about removing the dead fps code from st30 adjusting the tests
Add the information that we will support fractial fps after this pr
all of which are the scope of this PR
Great work LGTM
Signed-off-by: Kasiewicz, Marek <[email protected]>
Signed-off-by: Kasiewicz, Marek <[email protected]>
Update: parameters description in README Signed-off-by: Kasiewicz, Marek <[email protected]>
959625b
to
95dab8f
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.
LGTM
Great pr <3
- Use GST_TYPE_FRACTION as the type for the framerate parameter in the plugins instead of hardcoded enums. - Update parameters description in README - Remove fps parameter from gst_mtl_st20p_tx, gst_mtl_st30p_tx, gst_mtl_st30p_rx This fixes fractional fps support --------- Signed-off-by: Kasiewicz, Marek <[email protected]>
This fixes fractional fps support