Remeber the pcr pid the program comes from

This commit is contained in:
sb1066 2010-07-07 20:20:30 +00:00
parent 1f69b827c9
commit 6c0f240e5e
2 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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;
}