mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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);
|
||||
GstFlvPad *best;
|
||||
gint64 best_time;
|
||||
gint64 best_time = GST_CLOCK_STIME_NONE;
|
||||
GstFlowReturn ret;
|
||||
|
||||
if (mux->state == GST_FLV_MUX_STATE_HEADER) {
|
||||
|
|
Loading…
Reference in a new issue