adaptivedemux: Minor typo fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3159>
This commit is contained in:
parent
8a9821e805
commit
4f991a55af
@ -2661,7 +2661,7 @@ _src_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
|
|||||||
|
|
||||||
if (!stream->downloading_header && !stream->downloading_index) {
|
if (!stream->downloading_header && !stream->downloading_index) {
|
||||||
/* If this is the first buffer of a fragment (not the headers or 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 */
|
* can work it out from the fragment size and duration */
|
||||||
if (stream->fragment.bitrate == 0 &&
|
if (stream->fragment.bitrate == 0 &&
|
||||||
stream->fragment.duration != 0 &&
|
stream->fragment.duration != 0 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user