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

route original timestamps without converting to durations #3839

Merged
merged 2 commits into from
Oct 7, 2024

Route timestamps in original clock rate, without convering them to du…

2a4a3c4
Select commit
Loading
Failed to load commit list.
Merged

route original timestamps without converting to durations #3839

Route timestamps in original clock rate, without convering them to du…
2a4a3c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 7, 2024 in 1s

27.46% of diff hit (target 56.01%)

View this Pull Request on Codecov

27.46% of diff hit (target 56.01%)

Annotations

Check warning on line 21 in internal/formatprocessor/ac3.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/ac3.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 49 in internal/formatprocessor/ac3.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/ac3.go#L49

Added line #L49 was not covered by tests

Check warning on line 75 in internal/formatprocessor/ac3.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/ac3.go#L75

Added line #L75 was not covered by tests

Check warning on line 46 in internal/formatprocessor/av1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/av1.go#L46

Added line #L46 was not covered by tests

Check warning on line 73 in internal/formatprocessor/av1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/av1.go#L73

Added line #L73 was not covered by tests

Check warning on line 246 in internal/formatprocessor/h264.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h264.go#L246

Added line #L246 was not covered by tests

Check warning on line 278 in internal/formatprocessor/h265.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h265.go#L278

Added line #L278 was not covered by tests

Check warning on line 39 in internal/formatprocessor/mjpeg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mjpeg.go#L39

Added line #L39 was not covered by tests

Check warning on line 66 in internal/formatprocessor/mjpeg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mjpeg.go#L66

Added line #L66 was not covered by tests

Check warning on line 39 in internal/formatprocessor/mpeg1_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_audio.go#L39

Added line #L39 was not covered by tests

Check warning on line 65 in internal/formatprocessor/mpeg1_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_audio.go#L65

Added line #L65 was not covered by tests

Check warning on line 48 in internal/formatprocessor/mpeg1_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_video.go#L48

Added line #L48 was not covered by tests

Check warning on line 75 in internal/formatprocessor/mpeg1_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_video.go#L75

Added line #L75 was not covered by tests

Check warning on line 39 in internal/formatprocessor/mpeg4_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_audio.go#L39

Added line #L39 was not covered by tests

Check warning on line 69 in internal/formatprocessor/mpeg4_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_audio.go#L69

Added line #L69 was not covered by tests

Check warning on line 53 in internal/formatprocessor/mpeg4_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_video.go#L53

Added line #L53 was not covered by tests

Check warning on line 115 in internal/formatprocessor/mpeg4_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_video.go#L115

Added line #L115 was not covered by tests

Check warning on line 39 in internal/formatprocessor/vp8.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp8.go#L39

Added line #L39 was not covered by tests

Check warning on line 66 in internal/formatprocessor/vp8.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp8.go#L66

Added line #L66 was not covered by tests

Check warning on line 39 in internal/formatprocessor/vp9.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp9.go#L39

Added line #L39 was not covered by tests

Check warning on line 66 in internal/formatprocessor/vp9.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp9.go#L66

Added line #L66 was not covered by tests

Check warning on line 45 in internal/protocols/hls/from_stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/hls/from_stream.go#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 62 in internal/protocols/hls/from_stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/hls/from_stream.go#L58-L62

Added lines #L58 - L62 were not covered by tests

Check warning on line 97 in internal/protocols/hls/from_stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/hls/from_stream.go#L93-L97

Added lines #L93 - L97 were not covered by tests

Check warning on line 120 in internal/protocols/hls/from_stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/hls/from_stream.go#L113-L120

Added lines #L113 - L120 were not covered by tests