mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
todo: sdp cleaning when uv exits
This commit is contained in:
@@ -196,3 +196,9 @@ char *set_stream_rtpmap(struct sdp *sdp, int index){
|
||||
|
||||
return sdp->stream[index]->rtpmap;
|
||||
}
|
||||
|
||||
void clean_sdp(struct sdp *sdp){
|
||||
//TODO to free all memory
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -107,6 +107,7 @@ void get_stream(struct sdp *sdp, int index);
|
||||
bool new_stream(struct sdp *sdp);
|
||||
char *set_stream_media_info(struct sdp *sdp, int index);
|
||||
char *set_stream_rtpmap(struct sdp *sdp, int index);
|
||||
void clean_sdp(struct sdp *sdp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user