[farsight2/master] Make fsrtpstream's constructed chain up
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:49 PST 2008
---
gst/fsrtpconference/fs-rtp-stream.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index e4b889f..af46744 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -320,6 +320,8 @@ fs_rtp_stream_constructed (GObject *object)
{
FsRtpStream *self = FS_RTP_STREAM_CAST (object);
+ G_OBJECT_CLASS (parent_class)->constructed (object);
+
if (!self->priv->stream_transmitter) {
self->priv->construction_error = g_error_new (FS_ERROR,
FS_ERROR_CONSTRUCTION, "The Stream Transmitter has not been set");
--
1.5.6.5
More information about the farsight-commits
mailing list