added pmt pid to streaming_start

This commit is contained in:
John Törnblom 2012-10-24 14:22:00 +02:00
parent ae4f5f44ff
commit deea444c86
2 changed files with 2 additions and 0 deletions

View file

@ -908,6 +908,7 @@ service_build_stream_start(service_t *t)
ss->ss_refcount = 1;
ss->ss_pcr_pid = t->s_pcr_pid;
ss->ss_pmt_pid = t->s_pmt_pid;
return ss;
}

View file

@ -54,6 +54,7 @@ typedef struct streaming_start {
source_info_t ss_si;
uint16_t ss_pcr_pid;
uint16_t ss_pmt_pid;
streaming_start_component_t ss_components[0];