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 Jernej Fijačko committed Nov 17, 2011
1 parent 3b407aa commit a8026cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plumbing/globalheaders.c
Expand Up @@ -202,6 +202,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 a8026cd

Please sign in to comment.