Skip to content

add support for mini app links #388

add support for mini app links

add support for mini app links #388

Triggered via push December 18, 2024 17:51
Status Success
Total duration 5m 32s
Artifacts

dotnet.yml

on: push
Compute Version
7s
Compute Version
Build and Package
5m 1s
Build and Package
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Compute Version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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.'
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.'