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

legacy: Add vlc handler #18

Open
wants to merge 1 commit into
base: legacy
Choose a base branch
from
Open

legacy: Add vlc handler #18

wants to merge 1 commit into from

Conversation

ReillyBrogan
Copy link

Given that we're not yet migrated to the go usysconf we might as well add a VLC plugins cache since we're using VLC as the phonon provider on Plasma.

Signed-off-by: Reilly Brogan <[email protected]>
@ermo ermo requested a review from EbonJaeger May 14, 2024 07:17
@ermo
Copy link

ermo commented May 14, 2024

@EbonJaeger I've tentatively added you as a reviewer, given your C experience.

Copy link
Member

@EbonJaeger EbonJaeger left a comment

Choose a reason for hiding this comment

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

Only one thing that I can see.

/**
* Create a VLC plugin cache
*/
static UscHandlerStatus usc_handler_vlc_exec(__usc_unused__ UscContext *ctx, const char *path)
Copy link
Member

Choose a reason for hiding this comment

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

ctx does appear to actually be used.

Suggested change
static UscHandlerStatus usc_handler_vlc_exec(__usc_unused__ UscContext *ctx, const char *path)
static UscHandlerStatus usc_handler_vlc_exec(UscContext *ctx, const char *path)

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.

3 participants