]> granicus.if.org Git - handbrake/commitdiff
LinGui: update queue stats during queue scan
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 27 Jun 2019 15:06:40 +0000 (08:06 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 27 Jun 2019 15:06:40 +0000 (08:06 -0700)
gtk/src/callbacks.c

index 7c661c415a4c831b4cbdf09f694ad4f5cef332c8..5027f91289741612cc43ad54b5455305c4fb917a 100644 (file)
@@ -4145,6 +4145,7 @@ ghb_backend_events(signal_user_data_t *ud)
         // happens fast enough that it can be missed
         gtk_label_set_text(work_status, _("Scanning ..."));
         gtk_progress_bar_set_fraction(progress, status.queue.progress);
+        ghb_queue_update_live_stats(ud, index, &status.queue);
         ghb_queue_progress_set_fraction(ud, index, status.queue.progress);
     }
     else if (status.queue.state & GHB_STATE_SCANDONE)