[farsight2/master] constructed method does not need to chain up

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:14 PST 2008


---
 gst/fsrtpconference/fs-rtp-session.c |    2 --
 gst/fsrtpconference/fs-rtp-stream.c  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 70c58a9..105b726 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -603,8 +603,6 @@ fs_rtp_session_constructed (GObject *object)
   GstPadLinkReturn ret;
   gchar *tmp;
 
-  G_OBJECT_CLASS (parent_class)->constructed (object);
-
   if (self->id == 0) {
     g_error ("You can no instantiate this element directly, you MUST"
       " call fs_rtp_session_new()");
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index cacdcbb..9392726 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -337,8 +337,6 @@ 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