mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
flmux: Make sure best_time is initialized
This commit is contained in:
parent
dc513eb949
commit
717265ebfb
1 changed files with 1 additions and 1 deletions
|
@ -1488,7 +1488,7 @@ gst_flv_mux_handle_buffer (GstCollectPads * pads, GstCollectData * cdata,
|
||||||
{
|
{
|
||||||
GstFlvMux *mux = GST_FLV_MUX (user_data);
|
GstFlvMux *mux = GST_FLV_MUX (user_data);
|
||||||
GstFlvPad *best;
|
GstFlvPad *best;
|
||||||
gint64 best_time;
|
gint64 best_time = GST_CLOCK_STIME_NONE;
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
|
|
||||||
if (mux->state == GST_FLV_MUX_STATE_HEADER) {
|
if (mux->state == GST_FLV_MUX_STATE_HEADER) {
|
||||||
|
|
Loading…
Reference in a new issue