cleanups for hls.

This commit is contained in:
F. Duncanh
2025-12-15 02:23:49 -05:00
parent 32562100ee
commit be9f5bcc14
4 changed files with 47 additions and 32 deletions

View File

@@ -727,7 +727,6 @@ static void main_loop() {
if (gst_audio_bus_watch_id[i] > 0) g_source_remove(gst_audio_bus_watch_id[i]);
}
if (gst_x11_window_id > 0) g_source_remove(gst_x11_window_id);
if (video_eos_watch_id > 0) g_source_remove(video_eos_watch_id);
if (reset_watch_id > 0) g_source_remove(reset_watch_id);
if (progress_id > 0) g_source_remove(progress_id);
if (video_eos_watch_id > 0) g_source_remove(video_eos_watch_id);