rtspsrc: save the stream SSRC

Conflicts:
	gst/rtsp/gstrtspsrc.c
This commit is contained in:
Wim Taymans 2013-02-06 13:47:51 +01:00
parent c8fb1c720c
commit 0540492ab2

View file

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