mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 17:53:48 +00:00
net: hlssink3: Fix a comment typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2329>
This commit is contained in:
parent
5d4b23eb2c
commit
a5f0b5947b
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ impl HlsSink3 {
|
||||||
// Try to get the location of the fragment we just closed, if splitmuxsink gave us the
|
// Try to get the location of the fragment we just closed, if splitmuxsink gave us the
|
||||||
// fragment id (1.26+)
|
// fragment id (1.26+)
|
||||||
.and_then(|fragment_id| base_imp.get_location(fragment_id))
|
.and_then(|fragment_id| base_imp.get_location(fragment_id))
|
||||||
// Else fallback to the last fragment location we generated, which is techincally wrong
|
// Else fallback to the last fragment location we generated, which is technically wrong
|
||||||
// (because this is the current fragment in progress, not the last fragment closed)
|
// (because this is the current fragment in progress, not the last fragment closed)
|
||||||
.or_else(|| state.current_segment_location.take())
|
.or_else(|| state.current_segment_location.take())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue