mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtspsrc: save the stream SSRC
Conflicts: gst/rtsp/gstrtspsrc.c
This commit is contained in:
parent
c8fb1c720c
commit
0540492ab2
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue