Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable teletext recording to prevent issues with other elementary st…
…reams. Temporary until a better solution is found.
  • Loading branch information
Jernej Fijačko authored and adamsutton committed Aug 2, 2012
1 parent 765beff commit 1e7cfe9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plumbing/globalheaders.c
Expand Up @@ -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);
Expand Down

0 comments on commit 1e7cfe9

Please sign in to comment.