Disable teletext recording to prevent issues with other elementary streams. Temporary until a better solution is found.

This commit is contained in:
Jernej Fijačko 2011-11-17 08:25:31 +01:00 committed by Adam Sutton
parent 765beff332
commit 1e7cfe9b27

View file

@ -205,6 +205,12 @@ gh_hold(globalheaders_t *gh, streaming_message_t *sm)
pkt->pkt_componentindex);
assert(ssc != NULL);
if(ssc->ssc_type == SCT_TELETEXT) {
free(sm);
ssc->ssc_disabled = 1;
break;
}
pkt = convertpkt(ssc, pkt);
apply_header(ssc, pkt);