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

Write out unknown tags for MediaPlaylist too #59

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sdroege
Copy link
Collaborator

@sdroege sdroege commented Oct 28, 2022

Fixes #55

warning: useless conversion to the same type: `std::string::String`
   --> src/playlist.rs:415:77
    |
415 |             QuotedOrUnquoted::Unquoted(s) => Ok(ClosedCaptionGroupId::Other(String::from(s))),
    |                                                                             ^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `s`
    |
    = note: `#[warn(clippy::useless_conversion)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
@vagetman
Copy link
Contributor

So... what's left here todo, @sdroege ?

@sdroege
Copy link
Collaborator Author

sdroege commented Feb 10, 2023

So... what's left here todo, @sdroege ?

Figuring out a reliable way to distinguish where playlist and where segment tags start, and then put the unknown tags in either of the two places.

Feel free to also take this over if you have time :)

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.

strange behaviour between media playlist and its segments unknown tags
3 participants