]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
iptv libav input: add missing iptv_input_mux_started() call
authorJaroslav Kysela <perex@perex.cz>
Wed, 23 Aug 2017 15:07:46 +0000 (17:07 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Aug 2017 15:07:46 +0000 (17:07 +0200)
src/input/mpegts/iptv/iptv_libav.c

index 58b7cca658780778456624dea9a5d17785173e3e..73e02ced8bdf4d795b4ccd2f26f4f6da4f43d5eb 100644 (file)
@@ -191,6 +191,8 @@ iptv_libav_start ( iptv_mux_t *im, const char *raw, const url_t *url )
   atomic_set(&la->pause, 0);
   sbuf_init(&la->sbuf);
   tvhthread_create(&la->thread, NULL, iptv_libav_thread, la, "libavinput");
+  if (raw && raw[0])
+    iptv_input_mux_started(im);
   return 0;
 }