Open stefankiesz opened 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 16.51%. Comparing base (
ca558f7
) to head (0013fd9
).:exclamation: Current head 0013fd9 differs from pull request most recent head 72a9ede. Consider uploading reports for the commit 72a9ede to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Remember to update ReadMe to reflect this
What was changed? BUILD_GSTREAMER_PLUGIN is no longer required to be ON for non-kvssink samples to be built. Added new flag BUILD_SAMPLES which defaults to ON to control the building of samples.
NOTE: GStreamer installation is still required for all samples.
Why was it changed? To allow for the building of non-kvssink samples without the need for building kvssink.
How was it changed? By removing the sample targets from the BUILD_GSTREAMER_PLUGIN conditional and adding the to a BUILD_SAMPLES conditional.
What testing was done for the changes? The CI will pass, and testing will be done locally on Mac.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.