Remeber the pcr pid the program comes from
This commit is contained in:
parent
1f69b827c9
commit
6c0f240e5e
2 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,8 @@ typedef struct streaming_start {
|
|||
|
||||
source_info_t ss_si;
|
||||
|
||||
uint16_t ss_pcr_pid;
|
||||
|
||||
streaming_start_component_t ss_components[0];
|
||||
|
||||
} streaming_start_t;
|
||||
|
|
|
@ -813,6 +813,7 @@ transport_build_stream_start(th_transport_t *t)
|
|||
t->tht_setsourceinfo(t, &ss->ss_si);
|
||||
|
||||
ss->ss_refcount = 1;
|
||||
ss->ss_pcr_pid = t->tht_pcr_pid;
|
||||
return ss;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue