From 4f991a55afde241f39e01e65341404cdcf70819c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 3 Oct 2022 15:20:24 -0300 Subject: [PATCH] adaptivedemux: Minor typo fix Part-of: --- subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c | 4 ++-- .../gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c b/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c index 3d91cbe..51abc6c 100644 --- a/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c +++ b/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c @@ -1796,7 +1796,7 @@ gst_dash_demux_stream_has_next_fragment (GstAdaptiveDemuxStream * stream) /* The goal here is to figure out, once we have pushed a keyframe downstream, * what the next ideal keyframe to download is. - * + * * This is done based on: * * the current internal position (i.e. actual_position) * * the reported downstream position (QoS feedback) @@ -3753,7 +3753,7 @@ struct Rfc5322TimeZone /* Parse an RFC5322 (section 3.3) date-time from the Date: field in the - HTTP response. + HTTP response. See https://tools.ietf.org/html/rfc5322#section-3.3 */ static GstDateTime * diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux.c b/subprojects/gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux.c index 4e7a177..6b31a08 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux.c @@ -2379,7 +2379,7 @@ gst_adaptive_demux_stream_push_buffer (GstAdaptiveDemuxStream * stream, GstEvent *pending_caps = NULL, *pending_segment = NULL, *pending_tags = NULL; GList *pending_events = NULL; - /* FIXME : + /* FIXME : * This is duplicating *exactly* the same thing as what is done at the beginning * of _src_chain if starting_fragment is TRUE */ if (stream->first_fragment_buffer) { @@ -2661,7 +2661,7 @@ _src_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) if (!stream->downloading_header && !stream->downloading_index) { /* If this is the first buffer of a fragment (not the headers or index) - * and we don't have a birate from the sub-class, then see if we + * and we don't have a bitrate from the sub-class, then see if we * can work it out from the fragment size and duration */ if (stream->fragment.bitrate == 0 && stream->fragment.duration != 0 && -- 2.7.4