Skip to content

libobs: Make video frame header public#9355

Merged
PatTheMav merged 1 commit intoobsproject:masterfrom
cg2121:public-header
Aug 3, 2023
Merged

libobs: Make video frame header public#9355
PatTheMav merged 1 commit intoobsproject:masterfrom
cg2121:public-header

Conversation

@cg2121
Copy link
Copy Markdown
Contributor

@cg2121 cg2121 commented Aug 3, 2023

Description

This fixes compilation of third party plugins that need this header.

Motivation and Context

My plugin, https://github.com/cg2121/obs-decklink-output-filter, currently fails compilation on macOS, as the header cannot be found.

How Has This Been Tested?

Hasn't been tested because the plugin template pulls the released OBS Studio. It doesn't fail on my Linux machine, just on macOS in the CI. I can't test on macOS because I don't have an up to date machine. It should just be a harmless change, though.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

This fixes compilation of third party plugins that need this
header.
@cg2121 cg2121 added the Bug Fix Non-breaking change which fixes an issue label Aug 3, 2023
@PatTheMav PatTheMav merged commit 620eff0 into obsproject:master Aug 3, 2023
@RytoEX RytoEX added this to the OBS Studio (Next Release) milestone Aug 3, 2023
@cg2121 cg2121 deleted the public-header branch May 1, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Fix Non-breaking change which fixes an issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants