[farsight2/master] Save the codec/codebin in a substream
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:19 PST 2008
---
gst/fsrtpconference/fs-rtp-substream.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index 3d30d36..a06c51c 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -462,6 +462,9 @@ fs_rtp_sub_stream_add_codecbin_locked (FsRtpSubStream *substream,
goto error;
}
+ substream->priv->codecbin = codecbin;
+ substream->priv->codec = codec;
+
gst_pad_set_blocked_async (substream->priv->rtpbin_pad, FALSE, _blocked_cb,
NULL);
--
1.5.6.5
More information about the farsight-commits
mailing list