]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Announce TEXTSUB over HTSP
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 26 Oct 2010 17:54:15 +0000 (17:54 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 26 Oct 2010 17:54:15 +0000 (17:54 +0000)
Ticket #147

src/htsp.c

index d7eb68c70d40e443b91c5290ca6810aa9746d26d..5f97e6e55346fec45f136b899478fe3b70f2dcef 100644 (file)
@@ -1485,9 +1485,6 @@ htsp_subscription_start(htsp_subscription_t *hs, const streaming_start_t *ss)
   for(i = 0; i < ss->ss_num_components; i++) {
     const streaming_start_component_t *ssc = &ss->ss_components[i];
 
-    if(ssc->ssc_type == SCT_TEXTSUB)
-      continue;
-
     c = htsmsg_create_map();
     htsmsg_add_u32(c, "index", ssc->ssc_index);
     htsmsg_add_str(c, "type", streaming_component_type2txt(ssc->ssc_type));