rtspsrc: save the stream SSRC
Conflicts: gst/rtsp/gstrtspsrc.c
This commit is contained in:
parent
c8fb1c720c
commit
0540492ab2
@ -2298,6 +2298,9 @@ new_manager_pad (GstElement * manager, GstPad * pad, GstRTSPSrc * src)
|
||||
if (stream == NULL)
|
||||
goto unknown_stream;
|
||||
|
||||
/* save SSRC */
|
||||
stream->ssrc = ssrc;
|
||||
|
||||
/* we'll add it later see below */
|
||||
stream->added = TRUE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user