flvmux: Don't calculate duration in streamable mode
There's no header to rewrite, so the duration is left unused. https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/merge_requests/418
This commit is contained in:
parent
a7c887b197
commit
6fdb6ece6e
@ -935,7 +935,7 @@ tags:
|
|||||||
if (!full)
|
if (!full)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (mux->duration == GST_CLOCK_TIME_NONE) {
|
if (!mux->streamable && mux->duration == GST_CLOCK_TIME_NONE) {
|
||||||
GList *l;
|
GList *l;
|
||||||
guint64 dur;
|
guint64 dur;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user