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

Fix config parsing for <transcoding> parameters #723

Merged
merged 1 commit into from Mar 7, 2020

Conversation

wesl-ee
Copy link
Contributor

@wesl-ee wesl-ee commented Mar 7, 2020

Child elements of the node in the .xml were not being parsed correctly ( and elements were parsed as direct descendents of , not as children of and respectively.

Prior to this, I noticed gerbera did not find any of my transcoding profiles; upon further investigation I discovered this was causing profiles to be ignored.

Child elements of the <transcoding> node in the .xml were not being
parsed correctly (<transcode> and <profile> elements were parsed
as direct descendents of <transcoding>, not as children of
<mimetype-profile-mappings> and <profiles> respectively.
@pamapa
Copy link
Member

pamapa commented Mar 7, 2020

@whyman
Travis CI had internal error, please restart

@whyman
Copy link
Member

whyman commented Mar 7, 2020

Thanks for the PR, it looks good. I've restarted Travis.

@pamapa pamapa merged commit 6ae5f17 into gerbera:master Mar 7, 2020
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.

None yet

3 participants