mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
player: Ensure that rate is initialized to 1.0
This commit is contained in:
parent
c611c6c6c0
commit
c361907873
1 changed files with 1 additions and 0 deletions
|
@ -2653,6 +2653,7 @@ gst_player_main (gpointer data)
|
|||
self->buffering = 100;
|
||||
self->is_eos = FALSE;
|
||||
self->is_live = FALSE;
|
||||
self->rate = 1.0;
|
||||
|
||||
GST_TRACE_OBJECT (self, "Starting main loop");
|
||||
g_main_loop_run (self->loop);
|
||||
|
|
Loading…
Reference in a new issue