Skip to content

remove boom mixes

remove boom mixes #371

Triggered via push October 9, 2024 15:13
Status Failure
Total duration 5m 4s
Artifacts

dotnet.yml

on: push
Compute Version
9s
Compute Version
Build and Package
4m 31s
Build and Package
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Build and Package: MusicX/Services/Player/Playlists/IPlaylist.cs#L83
The type or namespace name 'MixPlaylist' could not be found (are you missing a using directive or an assembly reference?)
Build and Package: MusicX/Services/Player/Playlists/IPlaylist.cs#L121
The type or namespace name 'MixPlaylist' could not be found (are you missing a using directive or an assembly reference?)
Build and Package
Process completed with exit code 1.
Build and Package
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Package: FFMediaToolkit/Decoding/VideoStreamInfo.cs#L31
'ffmpeg.av_stream_get_side_data(AVStream*, AVPacketSideDataType, ulong*)' is obsolete: 'use av_packet_side_data_get() with the stream's "codecpar side data"'
Build and Package: FFMediaToolkit/Decoding/Internal/Decoder.cs#L136
'ffmpeg.avcodec_close(AVCodecContext*)' is obsolete: 'Do not use this function. Use avcodec_free_context() to destroy a codec context (either open or closed). Opening and closing a codec context multiple times is not supported anymore -- use multiple codec contexts instead.'
Build and Package: FFMediaToolkit/Encoding/Internal/OutputStream{TFrame}.cs#L73
'ffmpeg.avcodec_close(AVCodecContext*)' is obsolete: 'Do not use this function. Use avcodec_free_context() to destroy a codec context (either open or closed). Opening and closing a codec context multiple times is not supported anymore -- use multiple codec contexts instead.'