Show
Ignore:
Timestamp:
06/22/09 21:51:10 (15 months ago)
Author:
andoma
Message:

Figure out if we need to re-save a transport configuration instead of relying on if we've seen it once, it can not change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tvheadend/src/transports.h

    r3026 r3083  
    4343th_transport_t *transport_find(channel_t *ch, unsigned int weight); 
    4444 
    45 th_stream_t *transport_add_stream(th_transport_t *t, int pid, 
    46                                   streaming_component_type_t type); 
     45th_stream_t *transport_stream_find(th_transport_t *t, int pid); 
     46 
     47th_stream_t *transport_stream_create(th_transport_t *t, int pid, 
     48                                     streaming_component_type_t type); 
    4749 
    4850void transport_set_priority(th_transport_t *t, int prio);