tcpclientsrc: this is not a live source

Don't mark us as a live source because we are not.
This commit is contained in:
Wim Taymans 2009-05-19 18:41:58 +02:00
parent 4228ba0c6b
commit 5181760120

View file

@ -152,8 +152,6 @@ gst_tcp_client_src_init (GstTCPClientSrc * this, GstTCPClientSrcClass * g_class)
this->protocol = GST_TCP_PROTOCOL_NONE; this->protocol = GST_TCP_PROTOCOL_NONE;
this->caps = NULL; this->caps = NULL;
gst_base_src_set_live (GST_BASE_SRC (this), TRUE);
GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SRC_OPEN); GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SRC_OPEN);
} }