From: Wim Taymans Date: Tue, 19 May 2009 16:41:58 +0000 (+0200) Subject: tcpclientsrc: this is not a live source X-Git-Tag: RELEASE-0.10.24~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5181760120e74d7fee2c70efc156c8bc18a73627;p=platform%2Fupstream%2Fgst-plugins-base.git tcpclientsrc: this is not a live source Don't mark us as a live source because we are not. --- diff --git a/gst/tcp/gsttcpclientsrc.c b/gst/tcp/gsttcpclientsrc.c index 1b2b6f849..578ab6ef6 100644 --- a/gst/tcp/gsttcpclientsrc.c +++ b/gst/tcp/gsttcpclientsrc.c @@ -152,8 +152,6 @@ gst_tcp_client_src_init (GstTCPClientSrc * this, GstTCPClientSrcClass * g_class) this->protocol = GST_TCP_PROTOCOL_NONE; this->caps = NULL; - gst_base_src_set_live (GST_BASE_SRC (this), TRUE); - GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SRC_OPEN); }